ScrollEventType
ScrollEventType
ScrollEventType
ScrollEventType
Enum
Definition
public : enum class ScrollEventTypepublic enum ScrollEventTypePublic Enum ScrollEventType// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| EndScroll EndScroll EndScroll EndScroll | The Thumb was dragged to a new position and is now no longer being dragged by the user. |
| First First First First | |
| LargeDecrement LargeDecrement LargeDecrement LargeDecrement | The Thumb moved a distance specified by the value of LargeChange. The Thumb moved to the left for a horizontal ScrollBar or upward for a vertical ScrollBar. |
| LargeIncrement LargeIncrement LargeIncrement LargeIncrement | The Thumb moved a distance specified by the value of LargeChange. The Thumb moved to the right for a horizontal ScrollBar or downward for a vertical ScrollBar. |
| Last Last Last Last | |
| SmallDecrement SmallDecrement SmallDecrement SmallDecrement | The Thumb moved a distance specified by the value of SmallChange. The Thumb moved to the left for a horizontal ScrollBar or upward for a vertical ScrollBar. |
| SmallIncrement SmallIncrement SmallIncrement SmallIncrement | The Thumb moved a distance specified by the value of SmallChange. The Thumb moved to the right for a horizontal ScrollBar or downward for a vertical ScrollBar. |
| ThumbPosition ThumbPosition ThumbPosition ThumbPosition | The Thumb moved to a new position because the user selected Scroll Here in the shortcut menu of the ScrollBar. |
| ThumbTrack ThumbTrack ThumbTrack ThumbTrack | The Thumb was dragged and caused a PointerMoved event. A Scroll event of this ScrollEventType may occur more than one time when the Thumb is dragged in the ScrollBar. |