# ScrollerVisibility

> Options for controlling the visibility of scroll bars in the ScrollView.

## Definition

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

```csharp
public enum ScrollerVisibility
```

## Fields

| Value                                                                                                       | Description                                                                                                 |
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [AlwaysVisible](/engine/6000.5/script-reference/unityengine/uielements/scrollervisibility/alwaysvisible.md) | The scroll bar is always visible.                                                                           |
| [Auto](/engine/6000.5/script-reference/unityengine/uielements/scrollervisibility/auto.md)                   | Displays a scroll bar only if the content does not fit in the scroll view. Otherwise, hides the scroll bar. |
| [Hidden](/engine/6000.5/script-reference/unityengine/uielements/scrollervisibility/hidden.md)               | The scroll bar is always hidden.                                                                            |
