MindFusion.Wpf Pack Programmer's Guide
TabLayoutMode Enumeration
See Also
 





Specifies how tab items are arranged in the header of a TabControl.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  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.

 Remarks

Values of this enumeration can be assigned to the TabLayoutMode property of the TabControl class.

 See Also

MindFusion.UI.Wpf Namespace