Scrollbar
Xojo provides a Scrollbar control for desktop projects:
Common members
These events properties are the most commonly used. See the individual control for more members and details.
Events
| Name | Description | 
|---|---|
| ValueChanged | The value of the Scrollbar has changed. | 
Properties
| Name | Description | 
|---|---|
| MaximumValue | The maximum value of the Scrollbar. | 
| MinimumValue | The minimum value of the Scrollbar. | 
| Value | The current value of the Scrollbar. |