4

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 ?

David Bekham
  • 2,175
  • 3
  • 27
  • 56
  • Having similar issues...IObservableVector has problems...I don't see updated docs or recommendations from MS on this at this time – Sentinel Feb 26 '15 at 08:40

2 Answers2

0

Please, check my asnwer to similar question Random access data virtualization for ListView on Windows Runtime

I hope it helps you.

Community
  • 1
  • 1
denys-vega
  • 3,522
  • 1
  • 19
  • 24
0

I attempted to solve this with Rx. Please see http://www.codeproject.com/Articles/995043/An-experiment-with-random-access-data-virtualisati

Sentinel
  • 3,582
  • 1
  • 30
  • 44