BCGSoft.Controls.TabStrip Namespace : TabStripLayout Enumeration |
'Declaration Public Enum TabStripLayout Inherits System.Enum
'Usage Dim instance As TabStripLayout
public enum TabStripLayout : System.Enum
__value public enum TabStripLayout : public System.Enum
public enum class TabStripLayout : public System.Enum
Member | Description |
---|---|
AutoSize | The width of tabs on horizontal tabstrip layout and the height of tabs on vertical tabstrip layout varies with the extent of the text label. |
Compressed | All tabs are short except the selected tabs which has a width as in autosize mode. |
FitSize | If the summary width of all visible button is more than the width of parent control tabs on horizontal tabstrip layout or the summary height of all visible button is more than the height of parent control tabs on horizontal tabstrip layout, the tabstriplayout will be the same as in autosize mode. Otherwise all the visible buttons have the same width (or height on vertical layout) and it’s size depends on the width (or height) of the TabControlEx. |
Fixed | The tabs have an equal fixed width on resizing. Theirs width can be set on the property FixedItemSize of the TabStripControl and TabControlEx classes. |
Multirow | When the summary width of tabs is more than the width if TabControlEx, tabs will be located in more than one row. |
Reverse |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.TabStrip.TabStripLayout
Target Platforms: 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