# scrollingUssClassName

> USS class name applied to the ScrollView when it is in navigation-driven scrolling mode. In this mode, directional NavigationMoveEvent s scroll the content instead of moving focus. This class is toggled by NavigationSubmitEvent when the ScrollView itself is focused, and is cleared when focus leaves the ScrollView.

## Definition

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

```csharp
public static readonly string scrollingUssClassName
```
