scrolling capability

Hi, I am attempting to run a simple page on the blackberry playbook simulator.
The page of information i am displaying flows past the bottom of the display and I am trying to see if I can get it to scroll with a swipe move of the mouse.
Anyway, in my code I have the following:

dhx.ui({scroll:true,
rows:[
{ view:“form”, id:“topform”, data:[ …

followed by my page layout.

Is putting scroll:true here the correct way to getting scrolling to work or is it done another way.
Let me know, thanks.

Currently only lists, forms and templates are scrollable. The layout element will fill all parent’s space and will not have scroll.

The common “scroll” attribute will be added in the next version which will allow to implement desired usecase.