I have a listbox that can potentially have a large number of items with backing data. In order to handle data virtualization, I have tied into WPF\'s UI virtualization by writing a collection that imp
About Data Virtualizatoin in WPF, the WPF: Data Virtualization is a good article. With using this, Data Virtualization was executed as good in my code but there is the one problem, which is that I ca
In Windows Phone a ListBox support the virtualization of the data, that means it can only load the data needed and not everything. Peter Torr explains the interface you need to implement.
Using the Business Application template from the brand new released RIA Services, you can see lots of examples using the data grid on top of a DomainDataSource in combination with a DataPager. The pro
I have a TreeView that is bound to a tree of ViewModel instances. The problem is that the model data is coming from a slow repository so I need data virtualization. The list of sub ViewModel below a n