Hi all, Is there good way to detect when a list item is appears into the visible area of the ListView? Solution below works otherwise but the first item onCompleted gets called only once when the ListView is created (my list view is inside component).
ListView {
...
cacheBuffer: 0
delegate: Item {
Component.onCompleted {
doStaffOnItemAppear()
}
}
}
Br, Heikki
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml
