Overview
A list view control.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | fill | Paint | ![]() | ![]() | ![]() | Color.WHITE |
The background color of the view. |
public | fullRowSelect | Boolean | ![]() | ![]() | ![]() | false |
A value specifying whether the item selection expands to span the whole width of the list view. |
public | items | Byte[] | ![]() | ![]() | ![]() |
The sequence of items displayed by the list view. |
|
public | selectedIndex | Integer | ![]() | ![]() | ![]() | -1 |
The zero-based index of the currently selected item, or -1, if there is no item selected. |
public | selectedIndexChanged | function(:int):Void | ![]() | ![]() | ![]() |
Invoked when the selected item in the list view has changed. |
|
public-read | selectedItem | Node | ![]() |
The currently selected item in the view. |