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
}
↧