Skip to main content

ScrollMode

ScrollMode enum has the following values:

None​

The column is non-scrollable and its content could overflow.

AUTO​

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

ADAPTIVE​

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

ALWAYS​

Scrolling is enabled and scroll bar is always shown.

HIDDEN​

Scrolling is enabled, but scroll bar is always hidden.