Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ScrollbarVisibility

enumeration

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.