Class TabSizeMode
Specifies the sizing mode of a TabControlAdv class.
Inheritance
System.Object
TabSizeMode
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TabSizeMode : Enum
Fields
FillToRight
The width of each tab is sized so that each row of tabs fills the entire width of the container control. This is only applicable to tab controls with more than one row.
Declaration
public const TabSizeMode FillToRight
Field Value
| Type |
|---|
| TabSizeMode |
Fixed
All tabs in a control are of the same width.
Declaration
public const TabSizeMode Fixed
Field Value
| Type |
|---|
| TabSizeMode |
Normal
The width of each tab is sized to accommodate what is displayed on the tab, and the size of tabs in a row are not adjusted to fill the entire width of the container control.
Declaration
public const TabSizeMode Normal
Field Value
| Type |
|---|
| TabSizeMode |
ShrinkToFit
The width of each tab is shrunk so that all the tabs are visible. This property can be set only when in single-line mode.
Declaration
public const TabSizeMode ShrinkToFit
Field Value
| Type |
|---|
| TabSizeMode |