TreeView Xojo plugin

TreeView.InsertNode Method

Inserts a child node to the TreeView control.

InsertNode(
   parentIndex as Integer,
   position as Integer,
   node as TreeViewNode)

Parameters

parentIndex
The index of the node to append to (Screen index)
position
The position to insert relative to the parent node. (The first node under a parent node is number zero)
node
The node to insert.

Remarks

See Also

TreeView Control