# verticalScroller

> Gets the vertical scrollbar for the scroll view.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public Scroller verticalScroller { get; }
```

### Remarks

The `verticalScroller` property provides access to the vertical scrollbar of the [ScrollView](/engine/6000.0/script-reference/unityengine/uielements/scrollview.md). You can use it to control or monitor vertical scrolling, such as setting the scroll value, scrolling by a page, or handling scroll events. Refer to UIE-uxml-element-ScrollView for example usage and additional details.
