System.Windows.Forms.TabSizeMode Enumeration

Specifies how tabs in a tab control are sized.

Syntax

public enum TabSizeMode

Remarks

This enumeration is used by members such as TabControl.SizeMode.

Members

Member NameDescription
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.

Fixed

All tabs in a control are the same width.

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0