TreeView Xojo plugin

TreeViewNode.RemoveChild Method

Removes a child node.

RemoveChild(
   node as TreeViewNode)

Parameters

node
The node to be removed.

Remarks

Performance notes:
The position of the node relative to the parent node is looked up.

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