Version

TabsOverflow Property

Gets sets option to reduce sizes of tabs if their overall size does not fit in size of control.
Syntax
'Declaration
 
Public Property TabsOverflow As TabsOverflow
public TabsOverflow TabsOverflow {get; set;}
Remarks

In case of tabs located on top or bottom that property has effect only when TabOrientation is horizontal, DisplayMode is SingleRow or MultiRow and width of WebTab is set. In case of tabs located on left or right that property has effect only when TabOrientation is vertical, DisplayMode is SingleRow and height of WebTab is set.

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