# Vertical

> Configure ScrollView for vertical scrolling.

## Definition

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

```csharp
Vertical = 0
```

### Remarks

Requires elements with the height property explicitly defined. A ScrollView configured with this mode has the [\_verticalVariantUssClassName](/engine/6000.5/script-reference/unityengine/uielements/scrollview/verticalvariantussclassname.md) class in its class list.
