Skip to main content

TcxCustomTabControlProperties.TabWidth Property

Specifies the width of tabs in pixels.

Declaration

property TabWidth: SmallInt read; write; default 0;

Property Value

Type Default
SmallInt 0

Remarks

Use the TabWidth property to adjust the width of tabs displayed by a tab control. If this property value is 0, each tab has the minimum width required to fit its contents. Tab contents include tab caption and tab image.

Note that setting the TabWidth property to a value less than the minimum tab width has no effect. Minimum tab width depends on the painting style applied.

The default value of the TabWidth property is 0.

See Also