Open ghost opened 8 years ago
I have a similar issue - I have a dynamic database that starts empty and grows quickly. The method GetCount in class AlphaChiTech.Virtualization.PaginationManager
The only other problem I am having right now is poor scroll performance on my DataGrid....
We're getting data from a SQLite database (on mobile), which can be updated from a web service via another thread.
Therefore there's the possibility that, between calling Count() and getting items, the number of items in the database table have changed due to other updates.
How will VirtualizingObservableCollection handle this? If it won't, any thoughts on how best to mitigate/handle it?