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"

Tab: "Multi=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.

Tab Strip as Single Row, with Scroll Buttons

Single-line tab strip with scrolll buttons

When true, the widget displays the tab strip with multiple rows.

Tab Strip with Multiple Rows

Multiline Tab Strip

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"