[]
        
(Showing Draft Content)

C1.Win.Command.TabSizeModeEnum

TabSizeModeEnum Enum

Specifies how tabs of a C1DockingTab are sized.

Use members of this enumeration to set the value of the TabSizeMode property of a C1DockingTab.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public enum TabSizeModeEnum
Remarks

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.

Fields

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.