width: container.width - ((height > container.maximumHeight) ? container.ScrollBar.vertical.background.width : 0) //Make room for scroll bar if there is any.
- height: childrenRect.height
+ height: contentHeight
interactive: false // let the ScrollView process scroll events.