I implemented a master-detail in QML by using a horizontal list with snap, each list item being a view.
Now I want to disable scrolling/swiping, how do I achieve that? There seems to be no useful ListView
property for that.
ListView
inherits from the Flickable
which has interactive
property.
Just set
interactive: false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With