C#C
C#3y ago
Thalnos

❔ UI freezing in Maui

when I populate a collection with items, let's say 300 of them, the UI gets frozen for around two seconds. The rendering blocks the UI in the way that it cannot be interacted with such as scrolling or minimizing/maximizing.
How can I solve this?
I thought about implementing pagination but here is the thing - First, 300 doesn't seem like many records, does it really require pagination?
And also pagination wouldn't really solve the issue of blocked UI, it would just reduce the two seconds down to an amount that is less annoying.
What should I do?
Was this page helpful?