How I can ask all delegats in ListView and find out get necessary parameters?
Unsolved
QML and Qt Quick
-
You cannot. ListView doesnt stores all delegates all time. When delegate get out of viewport it will be destroyed by ListView.
-
Hi!
I have ListView. How I can ask all delegats in ListView and find out get necessary parameters?@Mihaill
I think you can try setting the cacheBuffer.
I have not tested it. Hope it works.All the best.