I’m developing an iOS application using .NET MAUI and encountering a performance issue with a CollectionView. When the application first opens, scrolling works perfectly smooth. However, after scrolling a few times (approximately 10 scroll up and down actions), the scrolling begins to slow down and stutter noticeably.
What could be causing this issue, and how can I resolve it?