ScrollbarVisibility

enumeration

Switch to Manual

Description

Enum for which behavior to use for scrollbar visibility.

Variables

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.