Multiple Rows
This widget property determines whether tabs are distributed over multiple rows if
the width of all tabs together exceeds the width of the tab widget. True
or
False
(default).
TabEx:
"
Multiline=
True
|
False
"
Usage
Dynamic? |
Yes |
Supported in Grid? |
No |
Dependencies: |
None |
Description
By default, the tab strip is a single line that occupies the width of the widget. If the number of tabs exceeds the display area of the strip, scroll buttons are added the tab strip, enabling the user to scroll to the unseen tabs.
When true
, the widget displays
the tab strip with multiple rows.
Using in ProcScript
You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.
$fieldproperties(TAB)="multiline=true"