Specifies how tab items are arranged in the header of a TabControl.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls
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. |
See Also