Has anyone coded a scrollbar in QML like the ones used in desktop apps?
I looked at the scrollbar example but that only reacts to the flickable image. I would like something similar but instead of flicking the image you could use the scrollbar to move the image, you know, like a scrollbar...


Reply With Quote

I only managed to write a simple "hello world" app a couple of weeks ago. Take a look at the MouseArea example.

Bookmarks