Version

DisplayMode Enumeration

The appearance of tabs such as SingleRow/MultiRow/Scrollable for tabs with top or bottom orientations.
Syntax
'Declaration
 
Public Enum DisplayMode 
   Inherits System.Enum
public enum DisplayMode : System.Enum 
Members
MemberDescription
MultiRowTabs are painted in multiple rows. Rows are defined by the TabItem.NextRow.

Note: Tabs in a row are stretched to the width of UltraWebTab and properties UltraWebTab.DynamicTabs and UltraWebTab.SpaceOnRight have effect.

ScrollableTabs are painted in a single row with enabled scrollable features. Scroll buttons and more-tabs buttons appear according to their Visibility.
SingleRowTabs are painted in a single row without scroll bar.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also