TcxCustomTabControlProperties.RotatedTabsMaxWidth Property
Specifies the maximum width (in pixels) tabs can have when they are rotated relative to the tab panel.
Declaration
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