Skip to main content
A newer version of this page is available. .

LayoutGroup.FixedMultiLineTabHeaders Property

Gets or sets whether, if tabs are displayed in multiple rows, the currently selected tab’s row always holds its initial position, or automatically moves to the bottom.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public bool FixedMultiLineTabHeaders { get; set; }

Property Value

Type Description
Boolean

true, if the currently selected tab’s row always holds its initial position; otherwise, false. The default is false.

Remarks

If LayoutGroup.TabHeaderLayoutType is Multiline, you can use the FixedMultiLineTabHeaders property to prevent the row with the currently selected tab from being automatically displayed at the bottom, which is the default behavior.

See Also