Xfx.Controls
Xfx.Controls copied to clipboard
How to make sorting algorithm async so it won't block the UI?
I have many items to sort in XFX Picker. When I press the key, the sorting algorithm is working really, really slow and it blocks the UI - app is not responding. I would like to make it work asynchronously as the background task so it won't block the UI. Is it possible? If so, how to accomplish that?