enum sap.ui.core.Scrolling

Control sample: sap.ui.core.Scrolling
Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

Defines the possible values for horizontal and vertical scrolling behavior.


Properties Overview

Node Description
sap.ui.core.Scrolling.Auto

A scroll bar is shown if the content requires more space than the given space (rectangle) provides.

sap.ui.core.Scrolling.Hidden

No scroll bar is shown, and the content stays in the given rectangle.

sap.ui.core.Scrolling.None

No scroll bar provided even if the content is larger than the available space.

sap.ui.core.Scrolling.Scroll

A scroll bar is always shown even if the space is large enough for the current content.