Qt 6.11 is out! See what's new in the release
blog
Programmatically scrolling ScrollView
QML and Qt Quick
4
Posts
3
Posters
4.0k
Views
1
Watching
-
It appears that ScrollView cannot be scrolled using direction keys, so I tried binding Actions to directional keys and do the scrolling manually.
I thought this would be possible by altering viewport.x and viewport.y, but nope :)Any ideas how to do it?
-
I would like to do this too. I have a complex report all wrapped up in a ScrollView and would like to jump to virtual pages of the scrollview. I noticed TableView has a method positionViewAtRow(), but don't want to redesign if I can do something similar in the scrollview