Do you have any idea how to implement Pull-to-refresh ListView in Qt / QML ?
Very simple solution present. You must use "oncontentY". At that callback you can check Y coordinates when user pull list down. Select some value for ex: -250 (my case) when update request must start, and some Y value, that mean default position of content: -90 in my case, because i have header with height 90. Only one additional boolean variable must control singleshoot of update. This is all. And it worked.
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