ScrollContainer Properties
● accessibilityDescription
When accessibility is activated, the assigned text is added to the quick info. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.
This property can be personalized by an administrator.
● defaultButtonId
ID of the assigned default button.

Note that the button defined as the defaultButton for the RootContainer must be a child element of the container for which it is entered as the defaultButton. More information: TransparentContainer Properties.
This property can be personalized by an administrator.
● scrollingMode
Display of the scroll bar within the UI element.

Note that
active elements are not supported in scrollable elements. The UI
elements
Network,
Gantt,
OfficeControl, and
InteractiveForm
cannot be used in a container with scrollingMode <> none. If they are used, these elements are
positioned incorrectly on the page.
This property can be personalized by an administrator.
Value |
Description |
Can be set using personalization |
auto |
The scroll bar within the container is activated automatically. |
Yes |
both |
A vertical and horizontal scroll bar are activated. |
Yes |
none |
If necessary, the container is made larger so that the entire content can be displayed without scrolling. |
Yes |
