Enum ScrollerVisibility
Options for controlling the visibility of scroll bars in the ScrollView.
Namespace: UnityEngine.UIElements
Syntax
public enum ScrollerVisibility : int
Fields
Name | Description | Value |
---|---|---|
Auto | Displays a scroll bar only if the content does not fit in the scroll view. Otherwise, hides the scroll bar. |
0 |
AlwaysVisible | The scroll bar is always visible. |
1 |
Hidden | The scroll bar is always hidden. |
2 |