Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.2, 6.9.0, 6.10.0
-
None
Description
In the attached sample, the GridView has reuseItems set to true, but when I scroll onPooled / onReused are not called, only onCompleted / onDestruction are.
I did the same thing with a ListView and it works as expected.
Am I missing something with the GridView ?