BCGControlBar Library for .NET
TabStripLayout Enumeration




Defines the layout of tabitems on the tabstrip.
Syntax
'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 
Members
MemberDescription
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. 

CompressedAll 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.

FixedThe tabs have an equal fixed width on resizing.  Theirs width can be set on the property FixedItemSize of the TabStripControl and TabControlEx classes.
MultirowWhen the summary width of tabs is more than the width if TabControlEx, tabs will be located in more than one row.
Reverse 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.TabStrip.TabStripLayout

Requirements

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

See Also

Reference

BCGSoft.Controls.TabStrip Namespace

Send Feedback