TreeView Xojo plugin

TreeView.InsertNode Method

Inserts a top level node to the TreeView control.

InsertNode(
   position as Integer,
   node as TreeViewNode)

Parameters

position
The position to insert relative to the invisible parent node. (The first node under a parent node is number zero)
node
The node to insert.

Remarks

See Also

TreeView Control