π£ TreeView
Similar to ListView, but can display a hierarchical tree of elements.
This class shares methods and events from TreeView.
β‘ Overridable Functions
OnGetItemChildren
Called when the childrens of an item are requested.
β Returns table.
Type | Parameter | Description |
---|---|---|
Widget |
π¦ Functions
SetItemExpansionState
π Events
ExpansionChanged
Triggered when the expansion state of a item changed.
Last updated