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

Specifies whether tabs are stretched to fit the control’s area.

#Declaration

Delphi
property RaggedRight: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Use the RaggedRight property to specify whether tab rows populate the entire width (or height, if the tab panel is oriented vertically) of the control. If this property value is False, tab rows are stretched. Otherwise, the width of tabs is specified by the TabWidth property.

Note

The RaggedRight property is not in effect when tabs are arranged into a single row.

The default value of the RaggedRight property is False.

See Also