Fixed Tab Width (FixedWidth)

Determines whether the biggest label in tab set defines the tab size used for all tabs, or the tab size varies with its label.

"FixedWidth=True | False"

Value

Description

True

All tabs have the same size, based on the tab with the longest label text.

False

Each tab is sized according to its label text.

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

Ignored in any of the following cases:

  • Tab Width has a value.
  • Justified is True
  • Tab Orientation is stack or accordian. In this case, the width of the tabs is the full width of the widget.

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(FLD) = "FixedWidth=false"

Variable Tab Width

If FixedWidth is set to false, the size of tabs varies with the length of the label.

Variable Tab Width

Tabs with variable tab width

Fixed Tab Width

By default, FixedWidth is true, so the label size is fixed:

Fixed Tab Size

Tabs with fixed width

Related Topics