Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScrollerVisibility

Options for controlling the visibility of scroll bars in the ScrollView.
Read time 1 minuteLast updated 6 days ago

Definition

public enum ScrollerVisibility

Fields

Value

Description

AlwaysVisibleThe scroll bar is always visible.
AutoDisplays a scroll bar only if the content does not fit in the scroll view. Otherwise, hides the scroll bar.
HiddenThe scroll bar is always hidden.