DataGrid.resizableColumns
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.resizableColumns
Description
Property; a Boolean value that determines whether the columns of the grid can be stretched by
the user (
) or not (
true
by the user. The default value is
Example
The following example prevents users from resizing columns:
myDataGrid.resizableColumns = false;
DataGrid.selectable
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.selectable
Description
Property; a Boolean value that determines whether a user can select the data grid (
(
). The default value is
false
Example
The following example prevents the grid from being selected:
myDataGrid.selectable = false;
DataGrid.showHeaders
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
276
Chapter 6: Components Dictionary
). This property must be
false
.
true
.
true
for individual columns to be resizable
true
) or not
true
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?