Enum sap.ui.core.ScrollingModule: sap/ui/core/library
Defines the possible values for horizontal and vertical scrolling behavior.
Field Summary
sap.ui.core.Scrolling.AutoA scroll bar is shown if the content requires more space than the given space (rectangle) provides.
sap.ui.core.Scrolling.HiddenNo scroll bar is shown, and the content stays in the given rectangle.
sap.ui.core.Scrolling.NoneNo scroll bar provided even if the content is larger than the available space.
sap.ui.core.Scrolling.ScrollA scroll bar is always shown even if the space is large enough for the current content.
Field Detail
sap.ui.core.Scrolling.Auto: string
A scroll bar is shown if the content requires more space than the given space (rectangle) provides.
sap.ui.core.Scrolling.Hidden: string
No scroll bar is shown, and the content stays in the given rectangle.