Version

TabWidth Property (MdiTabSettings)

Returns or sets the MdiTab width when displayed as a fixed width tab.
Syntax
'Declaration
 
Public Property TabWidth As Integer
public int TabWidth {get; set;}
Remarks

The TabWidth property is used to control the width of a tab item when the TabSizing is set to either Fixed or AutoSize. If the property does not resolve to a specific value and the TabSizing of the containing group is set to Fixed, the tab defaults to the size required to show the image and text. The tab size is also limited by the MinTabWidth and MaxTabWidth.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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