SCROLLVIEW is a component that allows to make any ui-component scrollable (horizontal or vertical). Ui-related SCROLLVIEW inherits from view.
Related sample: 01_views/12_scrollview.html
The following is an example of initialization with the commonly used parameters (to see a full list of SCROLLVIEW's parameters, please refer to the corresponding chapter of the manual):
dhx.ui({ view:"scrollview", scroll:"x", content:{ ... } })
Specify id if you're going to refer to SCROLLVIEW later.
To use ui functionality, touchui.css and touchui.js files must be included.