Specifies how tab items are arranged in the header of a TabControl.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public enum TabLayoutMode |
Visual Basic
Copy Code
|
|---|
Public Enum TabLayoutMode |
Members| Member name | Description | |
|---|---|---|
![]() |
Scroll |
The TabControl can scroll the tab items. |
![]() |
Wrap |
The tab items wrap to a new line when the available space is not sufficient. |
RemarksValues of this enumeration can be assigned to the TabLayoutMode property of the TabControl class.
See Also