Skip to content

ScrollMode

ScrollMode #

Bases: Enum

Weather scrolling is enabled and visibility of scroll bar options.

ADAPTIVE = 'adaptive' #

Scrolling is enabled and scroll bar is always shown when running app as web or desktop.

ALWAYS = 'always' #

Scrolling is enabled and scroll bar is always shown.

AUTO = 'auto' #

Scrolling is enabled and scroll bar is only shown when scrolling occurs.

HIDDEN = 'hidden' #

Scrolling is enabled, but scroll bar is always hidden.