Back to Devexpress

LayoutGroup.FixedMultiLineTabHeaders Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-3b3f4445.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool FixedMultiLineTabHeaders { get; set; }
vb
Public Property FixedMultiLineTabHeaders As Boolean

Property Value

TypeDescription
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

TabHeaderLayoutType

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace