resizable
Type
property
Summary
Specifies whether the user can resize a stack window.
Syntax
set the resizable of <stack> to {true | false}
Description
Use the resizable property to control whether the user can change a window's size.
Examples
set the resizable of this stack to false
Value
Name | Type | Description |
---|---|---|
value | The resizable property controls only whether the user can change the stack's size. Even if the resizable is false, you can use the rectangle property (and related properties) to change the stack's size in a handler. If the stack's style is "modal", or if is has been opened with the modal command, the setting of the resizable property has no effect, and the stack window cannot be resized. |
Related
keyword: rectangle
message: resizeStack
object: stack
property: minHeight, properties, maxWidth
command: modal
function: stacks
glossary: property, handler, command, stack window
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile