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.RotatedTabsMaxWidth Property

Specifies the maximum width (in pixels) tabs can have when they are rotated relative to the tab panel.

#Declaration

Delphi
property RotatedTabsMaxWidth: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Set the property to 0 to let a tab control automatically calculate the width of tabs so that their contents (caption and/or image) are entirely displayed. If the property is set to a positive value, this value limits the width of tabs, which may result in truncated tab contents.

The default value of the RotatedTabsMaxWidth property is 0.

See Also