Enum ScrollEventType
Specifies the type of action used to raise the scroll event.
public enum ScrollEventType
Fields
EndScroll = 8
The scroll thumb has stopped moving.
First = 6
The scroll thumb was moved to the min position.
LargeDecrement = 2
The scroll thumb was moved a large distance. The user clicked the scroll bar to the left or above the scroll thumb, or pressed the PageUp key.
LargeIncrement = 3
The scroll thumb was moved a large distance. The user clicked the scroll bar to the right or below the scroll thumb, or pressed the PageDown key.
Last = 7
The scroll thumb was moved to the max position.
SmallDecrement = 0
The scroll thumb was moved a small distance. The user clicked the left or top scroll arrow, or pressed the Upkey.
SmallIncrement = 1
The scroll thumb was moved a small distance. The user clicked the right or bottom scroll arrow, or pressed the Down key.
ThumbPosition = 4
The scroll thumb was moved.
ThumbTrack = 5
The scroll thumb is currently being moved.