TreeButtonsState - AbstractTreeView
Determines if button will be displayed
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer TreeButtonsState
| Access Type | Syntax |
|---|---|
| Read Access: | Get TreeButtonsState to IntegerVariable |
| Write Access: | Set TreeButtonsState to IntegerVariable/Value |
Description
For each item that has child items, a small button is displayed that users can use to expand or collapse the child items. The button will display a + symbol, meaning users can expand the tree; if the item is already expanded, the button will display . If you set this property to false, the button will not be displayed, regardless of whether the item has any child items.
Default is true.