Xfx.Controls icon indicating copy to clipboard operation
Xfx.Controls copied to clipboard

How to make sorting algorithm async so it won't block the UI?

Open jakub-wisniewski opened this issue 5 years ago • 0 comments

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?

jakub-wisniewski avatar Mar 20 '20 12:03 jakub-wisniewski