User Guide

276 Chapter 6: Components Dictionary
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 (
true) or not (false). This property must be true for individual columns to be resizable
by the user. The default value is
true.
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 (true) or not
(
false). The default value is true.
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.