SmallChange Property
Object List Next Object
Defined By: ScrollBar
Description:
Determines how much the Value property will increment when the user clicks
directly on a scroll arrow. The scroll arrows are located at both ends of the
scroll bar.
Settings:
You can specify an integer in the range of 1 and 32,767, inclusive. The
default is 100.
Details:
For many objects, the Windows environment automatically sets ranges for scroll
bars that are proportional to the amount of data the object contains. For a
scroll bar control, you must set specific values for these ranges. Use Max and
Min to set an appropriate scrolling range based on how the scroll bar is used in
your program.
Use the Max and Min properties to set the maximum and minimum ranges of a
scroll bar control.
Data Type: Integer
See Also:
Change event, Value property, LargeChange property