|
List |
Top Previous Next |
This is what a list looks like:
Common Properties Width, Height, Bindings, Enabled, Visible, Foreground, Background, Opaque, Border, Font, Tooltip Custom Properties SELECTION MODE Selection mode for list items. One of Single Selection, Single Interval Selection or Multiple Intervals Selection. Property name: selectionMode Property type: Integer Layout Orientation Defines how list cells are laid out. A list with four cells can be laid out in one of the following ways: Vertical: 0 1 2 3 Vertical Wrap: 0 1 2 3 Horizontal Wrap: 0 2 1 3 Property name: layoutOrientation Property type: Integer LIST ITEMS A table that defines all items in the list. Property name: listItems Property type: Data Table
SELECTED ITEMS (Default Property) List of items that are initially selected. Property name: selectedItems Property type: Data Table SELECTED ITEM List of item that are initially selected (convenient method to set/get just one selected item in Selected Items property). Property name: selectedItem Property type: dynamic VISIBLE ROW COUNT Sets the preferred number of rows in the list that can be displayed without a scrollbar if there is enough space in the layout of the parent container. This property may be set to Auto. In this case, the list will occupy all available space in the layout grid of the parent container. Property name: visibleRowCount Property type: Integer Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost Custom Events List Selection This event fires when a user selects or de-selects some list items. Event name: listSelection
|