Sets the width of the column.
public void setWidth( int width )
width
The new width (in pixels) for the column.
WFCInvalidArgumentException thrown if width is less than DataGrid.MIN_COLUMN_WIDTH.
If the allowSizing property is set to true, the column's width can be resized at run time, either programmatically or by the user. The width property is then automatically set to the new width. Note that if the allowSizing property is false, the width cannot be changed.
Use the parent DataGrid control's defaultColumnWidth property to set the default width for all columns in the grid.
See Also getWidth