TreeView Xojo plugin

TreeViewNode.RemoveChildAt Method

Removes a child node at a index that is relative to the parent node.

RemoveChildAt(
   index as Integer)

Parameters

index
The index of the node relative to the parent node. First node under the parent node is number zero.

Remarks

Performance note:
If the node is detected to be within expanded scope then a index lookup is done in the on-screen vector.

See Also

TreeViewNode Class