Skip to main content
Version: v20 R4

Window Size

Fixed Height

If you select this option, the window height will be locked and it will not be possible for the user to resize it.

If this option is not selected, the width of the form window can be modified. In this case, the Minimum Height and Maximum Height properties can be used to determine the resizing limits.

JSON Grammar

NameData TypePossible Values
windowSizingYstring"fixed", "variable"

Fixed Width

If you select this option, the window width will be locked and it will not be possible for the user to resize it.

If this option is not selected, the width of the form window can be modified. In this case, the Minimum Width and Maximum Width properties can be used to determine the resizing limits.

JSON Grammar

NameData TypePossible Values
windowSizingXstring"fixed", "variable"

Maximum Height, Minimum Height

Maximum and minimum height (in pixels) of a resizeable form window if the Fixed Height option is not set.

JSON Grammar
NameData TypePossible Values
windowMinHeightnumberinteger value
windowMaxHeightnumberinteger value

Maximum Width, Minimum Width

Maximum and minimum width (in pixels) of a resizeable form window if the Fixed Width option is not set.

JSON Grammar

NameData TypePossible Values
windowMinWidthnumberinteger value
windowMaxWidthnumberinteger value