Version

ScrollButtonsVisibility Enumeration

The location of scrollbar buttons and "more-tabs" scrollbar buttons.
Syntax
'Declaration
 
Public Enum ScrollButtonsVisibility 
   Inherits System.Enum
public enum ScrollButtonsVisibility : System.Enum 
Members
MemberDescription
NoneScrollbar buttons are not displayed.
OnBothSidesOne button is displayed on the left side of tabs, the other button - on the right side of tabs.
OnLeftScrollbar buttons are displayed on the left side of tabs. In case of "more-tabs" buttons,- only one button on the left can be displayed.
OnRightScrollbar buttons are displayed on the right side of tabs. In case of "more-tabs" buttons,- only one button on the right can be displayed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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