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.
|