# scrollOffset

> The current scrolling position.

## Definition

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

```csharp
public Vector2 scrollOffset { get; set; }
```

### Remarks

You can set this property to scroll the content to a specific position. For example, to scroll to the bottom of the ScrollView, set this property to the maximum value of the vertical scroller. Refer to the [UXML element ScrollView](/engine/6000.7/manual/uitoolkits/uielements/uie-element-ref/uie-uxml-element-scroll-view.md) user manual page for an example.
