Method
List.removeAll()
List.removeItemAt()
List.replaceItemAt()
List.setPropertiesAt()
List.sortItems()
List.sortItemsBy()
Property summary for the DataGrid class
The following table lists the properties of the DataGrid class.
Property
DataGrid.columnCount
DataGrid.columnNames
DataGrid.dataProvider
DataGrid.editable
DataGrid.focusedCell
DataGrid.headerHeight
DataGrid.hScrollPolicy
DataGrid.resizableColumns
DataGrid.selectable
DataGrid.showHeaders
DataGrid.sortableColumns
264
DataGrid component (Flash Professional only)
Description
Removes all items from the list.
Removes the item at the specified index.
Replaces the item at the specified index with another item.
Applies the specified properties to the specified item.
Sorts the items in the list according to the specified
compare function.
Sorts the items in the list according to a specified property.
Description
Read-only; the number of columns that are displayed.
An array of field names within each item that are displayed
as columns.
The data model for a data grid.
A Boolean value that indicates whether the data grid is
editable (
) or not (
true
Defines the cell that has focus.
The height of the column headers, in pixels.
Indicates whether a horizontal scroll bar is present (
not present (
), or appears when necessary (
"off"
A Boolean value that indicates whether the columns are
resizable (
) or not (
true
A Boolean value that indicates whether the data grid is
selectable (
) or not (
true
A Boolean value that indicates whether the column
headers are visible (
true
A Boolean value that indicates whether the columns are
sortable (
) or not (
true
).
false
).
false
).
false
) or not (
).
false
).
false
),
"on"
).
"auto"
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers