Version

TabSizing Property (GroupSettingsResolved)

Returns the sizing for the tabs.
Syntax
'Declaration
 
Public ReadOnly Property TabSizing As Infragistics.Win.UltraWinTabs.TabSizing
public Infragistics.Win.UltraWinTabs.TabSizing TabSizing {get;}
Remarks

The tabs that appear in the Tab Group can be automatically sized according to the context of your application. The TabSizing property specifies how the control will adjust the size of the tabs. This property always returns the value that is in effect for the control.

You can specify a fixed or variable size for tabs, have tabs adjust their size based on caption and picture or the amount of space available, and have inactive tabs display as an icon without a caption to save space.

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