|
SmartViewport
Reference
Returns or sets the amount of change of the viewport scrollbars when the user
clicks a scroll arrow. This property is only available when ScrollBarType =
svScrollBars.
Syntax
object.ScrollSmallChange [= value]
The ScrollSmallChange property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartViewport object. |
| value |
An integer that specifies the amount of scroll. |
Remarks
The ScrollSmallChange property will only accept positive values between
1 and 32,767.
|