
The ScrollContainer UI element enables you to use vertical and horizontal scroll bars for the visible Group and Tray UI elements.
This UI element is obsolete. Instead use TransparentContainer.
To enable the development of accessible applications, the accessibilityDescription and tooltip properties are not checked during the syntax check.
A tooltip does not necessarily have to be set for this UI element, but it could make sense to set it if it contains detailed semantic information.
Active components or standard placeholder controls (including IFrame if the placeholder is activated) are not supported in ScrollContainers. This includes popups and splitters where the content is also displayed in a scrollable area.
Runtime Class |
CL_WD_SCROLL_CONTAINER |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
STRING |
(automatic) |
No |
|
Translatable text |
|
Yes |
|
WDUI_ARIA_LANDMARK |
None |
Yes |
|
WDUI_CONTEXT_MENU_BEHAVIOUR |
inherit |
No |
|
WDY_MD_UI_ELEMENT_REFERENCE |
|
No |
|
WDY_MD_UI_ELEMENT_REFERENCE |
|
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
WDY_BOOLEAN |
false |
No |
|
STRING |
|
Yes |
|
WDUI_SCROLLING_MODE |
none |
Yes |
|
I |
0 |
No |
|
I |
0 |
No |
|
| styleClassName | STRING | Yes | |
Translatable text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
|
STRING |
|
Yes |
Aggregations in the View Designer
Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:
Dynamic Programming
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. But note that the spelling format and use of upper/lower case is different.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
|---|---|---|
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
ARIA_LANDMARK |
WDUI_ARIA_LANDMARK |
|
ariaLandmark: Application |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-APPLICATION |
|
ariaLandmark: Article |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-ARTICLE |
|
ariaLandmark: Banner |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-BANNER |
|
ariaLandmark: Complementary |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-COMPLEMENTARY |
|
ariaLandmark: Contentinfo |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-CONTENTINFO |
|
ariaLandmark: Form |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-FORM |
|
ariaLandmark: Main |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-MAIN |
|
ariaLandmark: Navigation |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-NAVIGATION |
|
ariaLandmark: None |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-NONE |
|
ariaLandmark: Search |
CL_WD_SCROLL_CONTAINER=>E_ARIA_LANDMARK-SEARCH |
|
CONTEXT_MENU_BEHAVIOUR |
WDUI_CONTEXT_MENU_BEHAVIOUR |
|
contextMenuBehaviour: inherit |
CL_WD_SCROLL_CONTAINER=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT |
|
contextMenuBehaviour: provide |
CL_WD_SCROLL_CONTAINER=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE |
|
contextMenuBehaviour: suppress |
CL_WD_SCROLL_CONTAINER=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS |
|
CONTEXT_MENU_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
DEFAULT_BUTTON_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
ENABLED |
WDY_BOOLEAN |
|
HANDLE_HOTKEYS |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
SCROLLING_MODE |
WDUI_SCROLLING_MODE |
|
scrollingMode: auto |
CL_WD_SCROLL_CONTAINER=>E_SCROLLING_MODE-AUTO |
|
scrollingMode: both |
CL_WD_SCROLL_CONTAINER=>E_SCROLLING_MODE-BOTH |
|
scrollingMode: none |
CL_WD_SCROLL_CONTAINER=>E_SCROLLING_MODE-NONE |
|
SCROLL_LEFT |
I |
|
SCROLL_TOP |
I |
|
| styleClassName | STYLE_CLASS_NAME | STRING |
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_SCROLL_CONTAINER=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_SCROLL_CONTAINER=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
|---|---|---|
CHILDREN |
0..n |