Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTabControlProperties.TabWidth Property

Specifies the width of tabs in pixels.

#Declaration

Delphi
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