Details
-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
None
-
b15bc3bc3 (dev), 52849fb23 (6.9)
Description
ListView/TableView supports reusing items. Maybe same could be done for GridView too. There is already reuseItems property and signals through it inheriting QQuickItemView, but it doesn't implement (at least) getAttachedObject and thus it cannot notify pooled() or reused() signals.