ListBox.Hierarchical
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.AllowExpandableRows as a replacement. |
Property (As Boolean )
aListBox.Hierarchical = newBooleanValue
or
BooleanValue = aListBox.Hierarchical
Supported for all project types and targets.
or
BooleanValue = aListBox.Hierarchical
Supported for all project types and targets.
Allows for disclosure triangles for rows added via the AddFolder method.
Notes
On Windows, plus and minus signs are used instead of disclosure triangles.