Visual Basic Reference

HScrollSmallChange, VScrollSmallChange Properties

See Also    Example    Applies To

Returns or sets the distance the UserDocument will scroll when the user clicks a scroll arrow.

Syntax

object.HScrollSmallChange = single

object.VScrollSmallChange = single

Part Description
object An object expression that evaluates to an object in the Applies To list.
single The distance in twips the UserDocument will scroll when the user clicks the scroll arrow.

Remarks

There is no LargeChange property counterpart to the HScrollSmallChange and VScrollSmallChange properties. The LargeChange is determined by the ViewPort objects ViewPortHeight and ViewPortWidth properties.