System.Windows.Forms.TabControl.Multiline Property

Gets or sets a value indicating whether more than one row of tabs can be displayed.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool Multiline { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If TabControl.Multiline is false, only one row of tabs is displayed, even if all the tabs do not fit in the available space. In that case, however, arrows are displayed that enable the user to navigate to the undisplayed tabs.

If the TabControl.Multiline property is changed to false while the TabControl.Alignment property is set to Left or Right, the TabControl.Alignment property is automatically reset to Top.

Requirements

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