Microsoft SDK for Java

ScrollBar.setSmallChange

Sets the increment between each small change of the scroll thumb.

Syntax

public void setSmallChange( int value )

Parameters

value

The new small change increment. The default value is 1.

Remarks

The small change value specifies the scroll increment when a scroll bar button is clicked.

See Also   getSmallChange, setLargeChange

© 1999 Microsoft Corporation. All rights reserved. Terms of use.