Version

TabDisplayMode Enumeration

Specifies rendering mode of tabs such as single row, scrollable, multi-row.
Syntax
'Declaration
 
Public Enum TabDisplayMode 
   Inherits System.Enum
public enum TabDisplayMode : System.Enum 
Members
MemberDescription
MultiRowTabs are located in multiple rows with predefined row breaks.
MultiRowAutoTabs are located in multiple rows and row breaks are adjusted dynamically on client.
ScrollableTabs are located in one row and scroll buttons are displayed.
SingleRowTabs are located in one row without scroll buttons.
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