RasterSplitter.setResizable( isResizable )
Indicates if the splitter can be resized.Parameters
| Name | Type | Description | |
|---|---|---|---|
| isResizable | boolean |
True allows the splitter to be resized (default).
False prevents the splitter from being resized. |
Returns
| Type | Description |
|---|---|
| object | The splitter object. This allow for chaining multiple setter methods in one single statement. |