![]() |
Previous | Next |
The resizable attribute retrieves a value indicating whether the VIEW can be resized.
Syntax
elementID.resizable
Possible Values
This attribute is a read-only Boolean with a default value equal to the titlebar attribute.
Values | Description |
true | Default. View can be resized. |
false | View cannot be resized. |
Remarks
If there is no titlebar, and therefore no window or border, you must use the size method to resize the VIEW element.
See Also
Previous | Next |