# 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.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
[UxmlAttribute("touch-scroll-type")]
public ScrollView.TouchScrollBehavior touchScrollBehavior { get; set; }
```
