'Declaration Public Enum TabSizing Inherits System.Enum
public enum TabSizing : System.Enum
Member | Description |
---|---|
AutoSize | The tab caption is sized based on the caption and image. |
Compressed | The text and image are displayed for the active tab only. All other tabs display only the image. |
Default | Default tab sizing |
Fixed | The size of the tab is based on a specified size. |
Justified | The 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. |
SizeToFit | The 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. |
TabsPerRow | The size of each tab is a percentage of the available space based on the TabsPerRow setting |
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