![]() |
Previous | Next |
The setColumnResizeMode method specifies how the indexed column sizes itself.
Syntax
elementID.setColumnResizeMode(column, mode)
Parameters
column
Number (long) indicating the index of the column to be changed.
mode
String indicating the sizing mode. Contains one of the following values.
String | Description |
AutosizeHeader | The column resizes to accommodate all data in both the column and the header. |
AutosizeData | The column resizes to accommodate all data in the column only. |
Fixed | The column is a fixed size. |
Stretches | The column resizes to use the remaining space in the Playlist control after all other columns are resized. |
Return Values
This method does not return a value.
See Also
Previous | Next |