Search
ScrollEventType Members
Fields
 


Specifies the type of action used to raise a scroll event.

The following tables list the members exposed by the ScrollEventType type.

 Public Fields

  Name Description

EndScroll

The scroll box has stopped moving.

First

The scroll box was moved to the minimum position.

LargeDecrement

The scroll box moved a large distance. The user clicked the scroll bar to the left(horizontal) or above(vertical) the scroll box, or pressed the PAGE UP key.

LargeIncrement

The scroll box moved a large distance. The user clicked the scroll bar to the right(horizontal) or below(vertical) the scroll box, or pressed the PAGE DOWN key.

Last

The scroll box was moved to the maximum position.

SmallDecrement

The scroll box was moved a small distance.

SmallIncrement

The scroll box was moved a small distance.

ThumbPosition

The scroll box was moved.

ThumbTrack

The scroll box is currently being moved.

 See Also