TreeView Xojo plugin

TreeViewNode.Index Method

Returns the Screen Index of the node.

Index() as Integer

Parameters

Returns

Integer

Remarks

If the node is not in scope of the screen index, not in the Tree or not in expanded scope then -1 is returned.

Note:
This function does linear lookup which can greatly affect performance. You should always code your logic so the need for this linear lookup is minimum or none.

See Also

TreeViewNode Class