Version

TabItemSize Property

Gets sets width of tab item when TabOrientation is horizontal or height of tab item when TabOrientation is vertical.
Syntax
'Declaration
 
Public Property TabItemSize As Unit
public Unit TabItemSize {get; set;}
Remarks

Notes:

That property may have no effect for some combinations of TabLocation and TabOrientation and only pixel and percentage values are supported.

If DisplayMode is set to multi row and tabs are located at top or bottom and orientation is horizontal, then tabs are stretched to the width of control.

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

If tabs are located at left or right and orientation is horizontal, then default value of 100px is used regardless of content of tabs. If application needs other size, then that property should be 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