How to simulate a RecyclerView in .NET MAUI to recycle items in CollectionView? #31442
Unanswered
artillisprado
asked this question in
Q&A
Replies: 1 comment
-
I think you message was truncated? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the CollectionView in .NET MAUI does not recycle cells actively — it creates new UI elements as you scroll, leading to high memory usage and lag. Even with FFImageLoading for image caching, the performance issue remains.
custom [listener for scroll event
Beta Was this translation helpful? Give feedback.
All reactions