User Guide
DataGrid component (Flash Professional only) 285
DataGridColumn.width
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.getColumnAt(index).width
Description
Property; a number that indicates the width of the column, in pixels. The default value is 50.
Example
The following example makes a column half the default width:
myGrid.getColumnAt(4).width = 25;