Overview
A tree view control.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | fill | Paint | ![]() | ![]() | ![]() | Color.WHITE |
The background of the tree view. |
public | itemClicked | function(:TreeViewItem,:MouseEvent):Void | ![]() | ![]() | ![]() |
Invoked when a tree view item has been clicked with the mouse. |
|
public | items | Byte[] | ![]() | ![]() | ![]() |
The root items contained in the view. |
|
public | selectedItem | TreeViewItem | ![]() | ![]() | ![]() |
The currently selected item within the control. |
|
public | selectedItemChanged | function(:TreeViewItem):Void | ![]() | ![]() | ![]() |
Invoked when the currently selected item has changed, either interactively or programmatically. |
|
public | showExpandCollapse | Boolean | ![]() | ![]() | ![]() | true |
A value indicating whether expand/collapse buttons are shown next to parent nodes. |
public | showLines | Boolean | ![]() | ![]() | ![]() | true |
A value indicating whether lines are displayed between sibling items and between parent and child items. |