ScrollerVisibility
Options for controlling the visibility of scroll bars in the ScrollView.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum ScrollerVisibility
Fields
Value | Description |
|---|---|
| AlwaysVisible | The scroll bar is always visible. |
| Auto | Displays a scroll bar only if the content does not fit in the scroll view. Otherwise, hides the scroll bar. |
| Hidden | The scroll bar is always hidden. |