Version

DisplayMode Property (WebTab)

Gets sets display mode of tabs such as single row, scrollable single row, multi row or multi row auto.
Syntax
'Declaration
 
Public Property DisplayMode As TabDisplayMode
public TabDisplayMode DisplayMode {get; set;}
Remarks

Notes:

Multirow is not supported when tabs are located on left or right sides, or when tabs are located on top or bottom and orientation is vertical.

If multi row is enabled and tabs are located on top or bottom, then add-new-tab item is not supported and tab-moving is not recommended to use due to possible misbehavior.

If multi row is enabled and tabs are located on left or right and orientation is vertical, then tabs are stretched to the height of control.

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