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

ListView require items from model at back order

$
0
0
Tnx All 4 answers!!! Model contains sorted list of items. I check once again model and made sure so order in list is correct. When I add to ListView delegate based at Loader and set property “asynchronous: true” i seen so items start showing from the end of model list. list view is more then standard: ListView {         anchors.margins: 8         anchors {             top: header.bottom             left: parent.left             right: parent.right             bottom: parent.bottom         }         clip: true         model: myModel         delegate: myDelegate     }

Viewing all articles
Browse latest Browse all 4972

Trending Articles