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.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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