TcxCustomTabControlProperties.RaggedRight Property
Specifies whether tabs are stretched to fit the control’s area.
Declaration
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