Version

TabSizing Enumeration

Enumeration of tab sizing modes.
Syntax
'Declaration
 
Public Enum TabSizing 
   Inherits System.Enum
public enum TabSizing : System.Enum 
Members
MemberDescription
AutoSizeThe tab caption is sized based on the caption and image.
CompressedThe text and image are displayed for the active tab only. All other tabs display only the image.
DefaultDefault tab sizing
FixedThe size of the tab is based on a specified size.
JustifiedThe tabs are sized up to the autosize width. If there is not enough room to display all of the tabs then the space is divided evenly amongst the tabs.
SizeToFitThe tabs are sized up to the autosize width. If there is not enough room to display the all of the tabs then the space is divided evenly amongst the tabs. If there is space left over then it is divided evenly among all the tabs so that the entire row is always filled.
TabsPerRowThe size of each tab is a percentage of the available space based on the TabsPerRow setting
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