Skip to content

ScrollMode

Inherits: Enum

Weather scrolling is enabled and visibility of scroll bar options.

Properties

  • ADAPTIVE

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

  • ALWAYS

    Scrolling is enabled and scroll bar is always shown.

  • AUTO

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

  • HIDDEN

    Scrolling is enabled, but scroll bar is always hidden.

Properties#

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.