Table of Contents
Scroll
Scroll is a container, which allows vertical and horizontal scrolling if the contents is larger than the container.
Preview Image
Features
- Themeable scroll bars
- Scroll bar visibility can be set independently for the X- and Y-axis. Possible values are
auto(default),onandoff
Description
This widget can be used if the container's content is larger than the container itself. In this case vertical or horizontal scroll bars are displayed as needed.
Note that this class can only have one child widget and no configurable layout. The layout is fixed and cannot be changed.
Demos
Here are some links that demonstrate the usage of the widget:
API
Here is a link to the API of the Widget:
qx.ui.container.Scroll

