'Declaration Public Enum ScrollOrientation Inherits System.Enum
public enum ScrollOrientation : System.Enum
Member | Description |
---|---|
BasedOnDistance | The auto scroll logic should prefer scrolling in the direction in which the mouse is furthest from the element. |
Both | The auto scroll logic should scroll both horizontally and vertically. |
Horizontal | The auto scroll logic should prefer scrolling horizontally regardless of the distance between the mouse and the element bounds. |
Vertical | The auto scroll logic should prefer scrolling vertically regardless of the distance between the mouse and the element bounds. |
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