Make Flickable scrollable but not draggable
Unsolved
QML and Qt Quick
-
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