wpf-devexpress-dot-xpf-dot-layout-dot-core-0652c735.md
Contains values that specify how tabs within a tabbed group are arranged.
Namespace : DevExpress.Xpf.Layout.Core
Assembly : DevExpress.Xpf.Layout.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Docking
public enum TabHeaderLayoutType
Public Enum TabHeaderLayoutType
| Name | Description |
|---|---|
Default |
The same as the TabHeaderLayoutType.Scroll option.
|
| Trim |
Tab headers are displayed in a single row. Tab header text is trimmed, if required, to fit all the tabs in the row.
|
| Scroll |
Tab headers are displayed in a single row. Scroll buttons are enabled to scroll through the tabs, if necessary.
|
| MultiLine |
Tab headers are displayed in multiple rows.
|
The following properties accept/return TabHeaderLayoutType values:
You can use the LayoutGroup.TabHeaderLayoutType property to specify the display mode of tab headers in a tabbed LayoutGroup.
See Also