UI freezes on updating GridView's source from another thread
1 comment
ADMIN
Ivan Ivanov
Posted on:14 Mar 2016 08:29
Currently, even if collectionchanged event occurrences are handled asynchronously by the UI thread dispatcher, they create a bottleneck that eventually causes a UI thread freeze. Separate logic that handles such scenarios should be implemented.