DataVirtualization using IObservableVector <T> on Windows 8.1

I am loading a large dataset into the ItemsControl [100,000 items] in my Windows 8.1 application. When I could read the MSDN documentation, I could see that the IObservableVector is the best choice for implementing the concept of Random DataVirtualization.

Unfortunately, I cannot find a good sample for replicating the implementation of IObservableVector in Windows 8.1 using the concept of DataVirtualization. Could you please suggest that I can get an exact sample that uses the implementation of IObservableVector?

+4
source share

Source: https://habr.com/ru/post/1526927/


All Articles