Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Make Flickable scrollable but not draggable
-
Hello all!
I have
TextArea
insideFlickable
. I want to make it scrollable but not draggable. I found out that the according parameters are private and onlyinteractive
can be changed. Can this be done without adding MouseArea and so on? Thank you in advance!
-
ScrollView might help your use case