TabSizeMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how tabs in a tab control are sized.
public enum class TabSizeMode
public enum TabSizeMode
type TabSizeMode =
Public Enum TabSizeMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | 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. |
FillToRight | 1 | 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. |
Fixed | 2 | All tabs in a control are the same width. |
Remarks
This enumeration is used by members such as TabControl.SizeMode.