This version of Unity is unsupported.

ScrollbarVisibility

enumeration

Description

Enum for which behavior to use for scrollbar visibility.

Properties

PermanentAlways show the scrollbar.
AutoHideAutomatically hide the scrollbar when no scrolling is needed on this axis. The viewport rect will not be changed.
AutoHideAndExpandViewportAutomatically hide the scrollbar when no scrolling is needed on this axis, and expand the viewport rect accordingly.