resizable

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the resizable of <stack> to {true | false}
Associationsstack
Summary

Specifies whether the user can resize a stack window.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the resizable of this stack to false
Values
NameTypeDescription
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.

RelatedProperty: minHeight, properties, maxWidth
Message: resizeStack
Keyword: rectangle
Glossary: property, handler, command, stack window
Function: stacks
Command: modal
Object: stack
Description

Use the resizable property to control whether the user can change a window's size.

Tagswindowing