Version

ScrollButtonTypes Property (MdiTabGroupSettingsResolved)

ReadOnly. Returns the types of scroll buttons to display.
Syntax
'Declaration
 
Public ReadOnly Property ScrollButtonTypes As Infragistics.Win.UltraWinTabs.ScrollButtonTypes
public Infragistics.Win.UltraWinTabs.ScrollButtonTypes ScrollButtonTypes {get;}
Remarks

ScrollButtonTypes is a flag type enumeration (multiple values may be combined using an OR operator) that determines which scroll buttons are displayed. When the scroll buttons are displayed is based on the ScrollButtons property.

Default The value is not set and will be resolved
None No scroll buttons will be displayed
NextPrevious Buttons to navigate to the next and previous item will be displayed
NextPagePreviousPage Buttons to scroll forward and backward by one page will be displayed
FirstLast Buttons to scroll the first and last item into view will be displayed
Thumb A scroll track and scroll thumb are displayed. This is similar to a scroll bar without any scroll buttons.
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