Scrollbar Properties
The properties of a scrollbar are as follows:
- orientation: either VERTICAL or HORIZONTAL (two static constants)
- value: the initial value of the scrollbar
- visible: the size of the scrollbox
- minimum: the minimum value of the scrollbar
- maximum: the maximum value of the scrollbar
These properties may be changed at any time