TabWidthStyle Property

Object List Next Object

Defined By:
TabStrip

Description:

Specifies whether the tab width is justified, nonjustified, or fixed.

Settings:


Settings Description


0 - Justified - When the MultiRow property is True, each tab is initially wide enough for its contents, then is adjusted so that each row covers the entire width of the control. This adjustment makes multiple rows of tabs always align at the right edge.

- When the MultiRow property is False (or if there is only one row of tabs), this setting is not applicable.

  1. - NonJustified Each tab is only wide enough to contain its contents, making multiple rows of tabs appear jagged at the right edge.

  2. - Fixed All tabs are of a uniform width, as determined by the TabFixedWidth property.

Details:

The TabWidthStyle property setting affects the width of each tab object when your application is run.

Data Type: Enum - TabWidthStyle