TreeView Xojo plugin

TreeViewNode.AppendNode Method

Appends a child node to the current node.

AppendNode(
   node as TreeViewNode)

Parameters

node
The node to append.

Remarks

When working with nodes that are already in the TreeView then it is always a lot faster if you can use the AppendNode method on the TreeView control that takes a index as parameter.

This method mostly has purpose when adding to a parent node that is not yet a part of a TreeView control.

See Also

TreeViewNode Class