enum ScrollbarMode : System.Enum

robot_2Generated
code_blocksInput

Description

The ScrollbarMode enumeration in the Editor namespace defines the visibility behavior of scrollbars in the editor interface. It provides options to control when scrollbars should be displayed.

Members

Static Fields

Member NameSummary
AutoOnly show the scrollbar when necessary.
OffNever show the scrollbar.
OnAlways show the scrollbar.