RasterList.setResizable( isResizable )
Specifies if a table list column can be resized via drag and drop.Parameters
Name | Type | Description | |
---|---|---|---|
isResizable | boolean |
True enables table list columns to be resized via
drag and drop operations; false turns off this feature
(default). |
Returns
Type | Description |
---|---|
object | The list object. This allow for chaining multiple setter methods in one single statement. |