Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi When I click drag on a TableView, the entire view moves. How can I disable this behavior. I cannot set interactive to false because that also disables scrolling, which I need.
TableView
interactive
false
OK. This is done by setting: boundsBehavior: Flickable.StopAtBounds
boundsBehavior: Flickable.StopAtBounds