Appearance
|
Font
|
Font of text of this component
|
Foreground Color
|
The foreground color of the component.
|
Background Color
|
The background color of the component.
|
Layout Orientation
|
This property defines the orientation of the list elements.
|
layoutOrientation
|
|
int
|
|
0
|
Vertical
|
1
|
Vertical Wrap
|
2
|
Horizontal Wrap
|
|
|
Visible Row Count
|
An integer specifying the preferred number of rows to display without requiring scrolling.
|
Row Height
|
An integer specifying the row height, or -1 for automatic row height.
|
Selected Foreground
|
The color of the foreground for the selected cell(s).
|
Selected Background
|
The color of the background for the selected cell(s).
|
Selected Focus Border
|
The border for the selected, focused cell.
|
selectedFocusBorder
|
|
Border
|
|
Antialias
|
Draw with antialias on? Makes text smoother
|
Styles
|
Contains the component's styles
|
styles
|
|
Dataset
|
|
bindable | expert
|
|
Behavior
|
Selection Mode
|
This mode determines if only one cell can be selected at once, or single or multiple intervals
|
selectionMode
|
|
int
|
|
0
|
Single
|
1
|
Single Interval
|
2
|
Multiple Interval
|
|
|
Common
|
Name
|
The name of this component.
|
Enabled
|
If disabled, a component cannot be used.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Opaque
|
If false, backgrounds are not drawn. If true, backgrounds are drawn.
|
Cursor
|
The mouse cursor to use when hovering over this component.
|
cursorCode
|
|
int
|
|
0
|
Default
|
1
|
Crosshair
|
2
|
Text
|
3
|
Wait
|
12
|
Hand
|
13
|
Move
|
4
|
SW Resize
|
5
|
SE Resize
|
6
|
NW Resize
|
7
|
NE Resize
|
8
|
N Resize
|
9
|
S Resize
|
10
|
W Resize
|
11
|
E Resize
|
|
|
Data
|
Data
|
The data for the list. If multiple columns exist, the first will be used.
|
Selected Index
|
The index of the selected cell, or -1 if none.
|
selectedIndex
|
|
int
|
|
bindable | expert
|
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|