ScrollEventType.SMALL_DECREMENT

Overview | Methods | Fields | This Package | All Packages

ScrollEventType.SMALL_DECREMENT

Specifies that the value of the scroll bar was decremented by a small change in the scroll thumb.

Syntax

public static final int SMALL_DECREMENT;

Remarks

A scroll event of this type occurs when the user clicks the top or left scroll bar button. Additionally, if the tabStop property of the scroll bar is set to true, this type of event occurs when the scroll bar has focus and the user presses the up or left arrow keys.