maxHeight | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Specifies how tall a stack window can be made when it's being resized. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: rectangle, integer Property: minHeight, pixels, height, properties, maxWidth Command: reset Function: stacks Glossary: property, title bar, handler, stack window Object: stack | ||||||
Description | Use the maxHeight property if you want the user to be able to resize the stack window, but limited to a height you choose. The maxHeight is the maximum height in pixels. The height does not include the window's title bar or borders. The maxHeight property does not prevent a handler from changing the stack's height property (or related properties such as the rectangle). It affects only user actions. If you set the stack's height to a value greater than the maxHeight, it is reset to the maxHeight when you close and reopen the stack. If the stack's resizable property is false, the setting of this property has no effect.
| ||||||
Tags | windowing |