TreeView Xojo plugin

TreeView.AppendNode Method

Appends a child node to the TreeView control.

AppendNode(
   parentIndex as Integer,
   node as TreeViewNode)

Parameters

parentIndex
The index of the node to append to (Screen index)
node
The node to append.

Remarks

See Also

TreeView Control