This version of Unity is unsupported.

ScrollerVisibility

enumeration

Description

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

Properties

Auto Displays a scroll bar only if the content does not fit in the scroll view. Otherwise, hides the scroll bar.
AlwaysVisible The scroll bar is always visible.
Hidden The scroll bar is always hidden.