Xbasic
{GROW_TO}
Syntax
{GROW_TO= [ Direction ] }
Arguments
- Direction
Character. The label of the button.
Description
The {GROW_TO} command causes all controls in a region to grow to the same height (in a row) or the same width (in a column).
Example
format = <<%dlg% {grow_to=height}<10,2Click Here><5,4Click Here>; %dlg% ui_dlg_box("Font List", format)
Limitations
Desktop applications only
See Also