Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

How to append new elements at the top of ListView

$
0
0
I personally would use insert on ListView’s model to insert in beginning and ListView’s method positionViewAtBeginning() (I have not tested if that works but it should). That example you have pointed at is not very good way to do in my opinion but that should work as well.

Viewing all articles
Browse latest Browse all 4972

Trending Articles