# Scrollbar

Xojo provides a <span class="title-ref">Scrollbar</span> control for desktop projects:

- `DesktopScrollbar</api/user_interface/desktop/desktopscrollbar>`

## 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 <span class="title-ref">Scrollbar</span> has changed. |

### Properties

| Name         | Description                                                        |
|--------------|--------------------------------------------------------------------|
| MaximumValue | The maximum value of the <span class="title-ref">Scrollbar</span>. |
| MinimumValue | The minimum value of the <span class="title-ref">Scrollbar</span>. |
| Value        | The current value of the <span class="title-ref">Scrollbar</span>. |

<div class="seealso">

`DesktopScrollbar</api/user_interface/desktop/desktopscrollbar>`

</div>
