[]
Specifies how tabs of a C1DockingTab are sized.
Use members of this enumeration to set the value of the TabSizeMode property of a C1DockingTab.
public enum TabSizeModeEnum
If TabSizeMode is set to "Default", it will be overridden with Theme's TabSizeMode on Theme applying. If TabSizeMode is set to any other value, Theme's TabSizeMode won't be applied.
Name | Description |
---|---|
Default | The default sizing mode. |
FillToEnd | Tabs are stretched to take the whole width of the tab control. |
Fit | All tabs are squeezed to fit into the width of the tab control. |
Normal | The default sizing mode. |
User | The user can specify the tab size in the MeasureTab event. |