Version

ScrollOrientation Enumeration

Enumeration used to identify the orientation in which the auto scroll logic should scroll if the mouse is positioned outside the element such that the element can be scroll both horizontally and vertically.
Syntax
'Declaration
 
Public Enum ScrollOrientation 
   Inherits System.Enum
public enum ScrollOrientation : System.Enum 
Members
MemberDescription
BasedOnDistanceThe auto scroll logic should prefer scrolling in the direction in which the mouse is furthest from the element.
BothThe auto scroll logic should scroll both horizontally and vertically.
HorizontalThe auto scroll logic should prefer scrolling horizontally regardless of the distance between the mouse and the element bounds.
VerticalThe auto scroll logic should prefer scrolling vertically regardless of the distance between the mouse and the element bounds.
Requirements

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