enum ScrollbarMode : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The ScrollbarMode enumeration in the Editor namespace defines the visibility behavior of scrollbars within 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.