Version

ScrollArrowStyle Property (MdiTabGroupSettingsResolved)

Readonly. Returns the style of scroll buttons displayed.
Syntax
'Declaration
 
Public ReadOnly Property ScrollArrowStyle As Infragistics.Win.UltraWinTabs.ScrollArrowStyle
public Infragistics.Win.UltraWinTabs.ScrollArrowStyle ScrollArrowStyle {get;}
Remarks

The ScrollArrowStyle determines the display of the arrows in the first/last, next/previous and next page / previous page buttons. The ScrollButtonTypes property is used to determine which scroll buttons should be displayed. The ScrollButtons property determines when scroll buttons should be displayed. If scroll buttons are set to always be displayed, they will appear disabled when no scrolling can occur. The WindowsXP style uses the Windows Xp style chevrons seen in the spin and scroll buttons. The Standard and VisualStudio settings are displayed as triangles indicating the direction of the scroll. The difference being that VisualStudio style scroll arrows are not filled when they are disabled as they appear in Visual Studio .Net.

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