ScrollBar Properties

The properties defined in the ScrollBar class are summarized in the following table.

Property Description
largeChange Contains the amount of change when the user clicks the area between the scroll box and scroll arrow
max Contains a scroll bar position when the scroll box is in its lowest position or farthest right position
min Contains a scroll bar position when the scroll box is in its highest position or farthest left position
smallChange Contains the amount of change when the user clicks a scroll arrow
value Contains the current position of the scroll bar

For details, see "Window, Form, and Control Properties", later in this document.