Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
LargeChange, SmallChange Properties Details
◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
[form.]{hscrollbar. | vscrollbar.}LargeChange[ = change%]
[form.]{hscrollbar. | vscrollbar.}SmallChange[ = change%]
Usage Notes
■ The operating environment automatically sets proportional scrolling
increments for scroll bars on multiline text boxes, combo boxes, and
list boxes. The increments are proportional to the amount of data in
the control. For a scroll bar control, however, you must specify these
increments.
■ Use LargeChange and SmallChange to set scrolling increments appropriate
to how the scroll bar is used. Typically, you set LargeChange and
SmallChange at design time. You can also reset them in code at run time
when the scrolling increment must change dynamically.
■ The scroll bar's Value property increases or decreases by the change
amount specified. See: ◄Value Property►
■ Use the Max and Min properties to set the maximum and minimum ranges of
a scroll bar control. See: ◄Max Property► ◄Min Property►