Skip to main content

ScrollEventType Enumeration

Specifies the type of Avalonia.Controls.Primitives.ScrollBar.Scroll event that occurred.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum ScrollEventType
View Source

Members

SmallDecrement0Specifies that the Avalonia.Controls.Primitives.Thumb moved a specified distance, as determined by the value of Avalonia.Controls.Primitives.RangeBase.SmallChange. The Avalonia.Controls.Primitives.Thumb moved to the left for a horizontal Avalonia.Controls.Primitives.ScrollBar or upward for a vertical Avalonia.Controls.Primitives.ScrollBar.
SmallIncrement1Specifies that the Avalonia.Controls.Primitives.Thumb moved a specified distance, as determined by the value of Avalonia.Controls.Primitives.RangeBase.SmallChange. The Avalonia.Controls.Primitives.Thumb moved to the right for a horizontal Avalonia.Controls.Primitives.ScrollBar or downward for a vertical Avalonia.Controls.Primitives.ScrollBar.
LargeDecrement2Specifies that the Avalonia.Controls.Primitives.Thumb moved a specified distance, as determined by the value of Avalonia.Controls.Primitives.RangeBase.LargeChange. The Avalonia.Controls.Primitives.Thumb moved to the left for a horizontal Avalonia.Controls.Primitives.ScrollBar or upward for a vertical Avalonia.Controls.Primitives.ScrollBar.
LargeIncrement3Specifies that the Avalonia.Controls.Primitives.Thumb moved a specified distance, as determined by the value of Avalonia.Controls.Primitives.RangeBase.LargeChange. The Avalonia.Controls.Primitives.Thumb moved to the right for a horizontal Avalonia.Controls.Primitives.ScrollBar or downward for a vertical Avalonia.Controls.Primitives.ScrollBar.
ThumbTrack4The Avalonia.Controls.Primitives.Thumb was dragged and caused a Avalonia.UIElement.MouseMove event. A Avalonia.Controls.Primitives.ScrollBar.Scroll event of this Avalonia.Controls.Primitives.ScrollEventType may occur more than one time when the Avalonia.Controls.Primitives.Thumb is dragged in the Avalonia.Controls.Primitives.ScrollBar.
EndScroll5Specifies that the Avalonia.Controls.Primitives.Thumb was dragged to a new position and is now no longer being dragged by the user.

See Also

Reference

Avalonia.Controls.Primitives Namespace