ListView. How know that items show?
QML and Qt Quick
4
Posts
2
Posters
874
Views
2
Watching
-
@Trikrista If I understood you correctly you can add
Component.onCompleted
in the delegate. It will trigger when item gets added inListView
. -
No, little not that.
Suppose, there are 100 items in the ListItem, I see what an item displayed on the screen with 50 to 55 items.
How do you know that these items are displayed?
@Trikrista Sorry I'm to unaware of any such property or any trick.