Enum ScrollBarVisibilityMode
public enum ScrollBarVisibilityMode
Fields
Always = 2The scrollbar is always visible regardless of content size.
Auto = 1The scrollbar is automatically shown when ScrollableContentSize exceeds VisibleContentSize, and hidden otherwise.
Manual = 0The scrollbar does not manage its own visibility. The developer controls Visible directly to show or hide the scrollbar. This is the default mode.
None = 3The scrollbar is always hidden regardless of content size or ViewportSettingsFlags.