TreeView Xojo plugin

TreeView.ExpandAll Method

Expands or Collapses all nodes in the TreeView.

ExpandAll(
   value as Boolean)

Parameters

value
If set to true then it expands all nodes, if set to false then it collapses all nodes.

Remarks

See Also

TreeView Control