Hiya,

Is it possible to get an item at a given index with ListView? I'm not
looking for the model item, but the delegate item belonging to the view.
You can set currentIndex, and then get currentItem, but it interferes with
highlight usage, and there's also a bug that causes your view to jump even
with highlight tracking disabled:
https://bugreports.qt.nokia.com/browse/QTBUG-22472. I want to get the item
without using the currentIndex method... Repeater has an 'itemAt(index)'
method, which is what I'm trying to emulate. Any ideas?

Pris
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to