# ScrollableArea

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

- `DesktopScrollableArea</api/user_interface/desktop/desktopscrollablearea>`
- `MobileScrollableArea</api/user_interface/mobile/mobilescrollablearea>`

## Common members

These events and properties are both common amongst the desktop and mobile versions of the control and are the most commonly used. See the individual controls for more members and details.

### Events

| Name     | Description                                                          |
|----------|----------------------------------------------------------------------|
| Scrolled | The <span class="title-ref">ScrollableArea</span> has been scrolled. |

### Methods

| Name     | Description                                     |
|----------|-------------------------------------------------|
| ScrollTo | Scrolls to the specified x and y values passed. |

### Properties

| Name      | Description                                                                                                             |
|-----------|-------------------------------------------------------------------------------------------------------------------------|
| Container | The container control whose contents will be scrollable if it does not fit entirely within the scrollable area control. |

<div class="seealso">

`DesktopScrollableArea</api/user_interface/desktop/desktopscrollablearea>` and `MobileScrollableArea</api/user_interface/mobile/mobilescrollablearea>`

</div>
