User Guide

DataGrid component (Flash Professional only) 257
Properties inherited from the UIComponent class
The following table lists the properties the DataGrid class inherits from the UIComponent class.
When accessing these properties from the DataGrid object, use the form
dataGridInstance.propertyName.
Properties inherited from the List class
The following table lists the properties the DataGrid class inherits from the List class. When
accessing these properties from the DataGrid object, use the form
dataGridInstance.propertyName.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
UIObject.scaleY A number indicating the scaling factor in the y direction of the
object, relative to its parent.
UIObject.top The position of the top edge of the object, relative to its parent.
Read-only.
UIObject.visible A Boolean value indicating whether the object is visible (true) or
not (
false).
UIObject.width The width of the object, in pixels. Read-only.
UIObject.x The left edge of the object, in pixels. Read-only.
UIObject.y The top edge of the object, in pixels. Read-only.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and input.
UIComponent.tabIndex A number indicating the tab order for a component in a
document.
Property Description
List.cellRenderer Assigns the class or symbol to use to display each row of the list.
List.dataProvider The source of the list items.
List.hPosition The horizontal position of the list.
List.hScrollPolicy Indicates whether the horizontal scroll bar is displayed ("on") or
not (
"off").
List.iconField A field in each item to be used to specify icons.
List.iconFunction A function that determines which icon to use.
List.labelField Specifies a field of each item to be used as label text.
List.labelFunction A function that determines which fields of each item to use for
the label text.
List.length The number of items in the list. This property is read-only.
Property Description