RasterList.setColWidth( colIndex, width )
Set the width of any given table list column. Note that if the "spread"
feature is ON, the given width is converted and applied as a percentage of
the total list control width.
Parameters
Name |
Type |
|
Description |
colIndex |
number |
|
Zero-based index of the column to be resized. To know
the number of columns in a table list use getColCount() . |
width |
number |
|
New width for the column (pixels) |
Returns
Type |
Description |
object |
The list object. This allow for chaining multiple setter methods in
one single statement. |
See Also