# touchScrollBehavior

> The behavior to use when a user tries to scroll past the boundaries of the ScrollView content using a touch interaction.

## Definition

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

```csharp
[CreateProperty]
public ScrollView.TouchScrollBehavior touchScrollBehavior { get; set; }
```
