ScrollEventType Enumeration

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies the type of Scroll event that occurred.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Enumeration ScrollEventType
public enum ScrollEventType

Members

Member name Description
EndScroll Specifies that the Thumb was dragged to a new position and is now no longer being dragged by the user.
First Specifies that the Thumb moved to the RangeBase..::.Minimum position of the ScrollBar.
LargeDecrement Specifies that the Thumb moved a specified distance, as determined by the value of RangeBase..::.LargeChange. The Thumb moved to the left for a horizontal ScrollBar or upward for a vertical ScrollBar.
LargeIncrement Specifies that the Thumb moved a specified distance, as determined by the value of RangeBase..::.LargeChange. The Thumb moved to the right for a horizontal ScrollBar or downward for a vertical ScrollBar.
Last Specifies that the Thumb moved to the RangeBase..::.Maximum position of the ScrollBar.
SmallDecrement Specifies that the Thumb moved a specified distance, as determined by the value of RangeBase..::.SmallChange. The Thumb moved to the left for a horizontal ScrollBar or upward for a vertical ScrollBar.
SmallIncrement Specifies that the Thumb moved a specified distance, as determined by the value of RangeBase..::.SmallChange. The Thumb moved to the right for a horizontal ScrollBar or downward for a vertical ScrollBar.
ThumbPosition Specifies that the Thumb moved to a new position.
ThumbTrack The Thumb was dragged and caused a MouseMove event. A Scroll event of this ScrollEventType may occur more than one time when the Thumb is dragged in the ScrollBar.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Controls.Primitives Namespace