Extends: ScrollableWidget
attribute action: function()?
attribute acceptDrop: function(value): Boolean
ListBox
with four cells, this can be layed out in one of the following ways:
0 1 2 3
0 1 2 3
0 2 1 3
These correspond to the following values:
Value | Description |
---|---|
VERTICAL
| The cells should be layed out vertically in one column. |
HORIZONTAL_WRAP
| The cells should be layed out horizontally, wrapping to
a new row as necessary. The number
of rows to use will either be defined by
visibleRowCount if > 0, otherwise the
number of rows will be determined by the width of the
ListBox .
|
VERTICAL_WRAP
| The cells should be layed out vertically, wrapping to a
new column as necessary. The number
of rows to use will either be defined by
visibleRowCount if > 0, otherwise the
number of rows will be determined by the height of the
ListBox .
|
VERTICAL
.