I load large set of data into the ItemsControl [ 100000 items] in my Windows 8.1 application. When I could read the MSDN documentation, I could see that IObservableVector is the best choice to implement the Random DataVirtualization concept.
Unfortunately I am not able to find the good sample to replicate the IObservableVector implementation in Windows 8.1 with the DataVirtualization concept. Could you please anyone suggest me to get the exact sample which uses the IObservableVector implementation ?