Version

ScrollButtons Property (MdiTabGroupSettingsResolved)

Readonly. Returns whether scroll buttons will be displayed.
Syntax
'Declaration
 
Public ReadOnly Property ScrollButtons As Infragistics.Win.UltraWinTabs.TabScrollButtons
public Infragistics.Win.UltraWinTabs.TabScrollButtons ScrollButtons {get;}
Remarks

The ScrollButtons property is used to determine if and when scroll buttons should be displayed. By default, scroll buttons are only displayed when there isn't enough room to display all the tab items. The size of the tab items is based on multiple factors including the TabWidth, TabSizing, MinTabWidth and MaxTabWidth properties.

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