data-virtualization
Listbox Data Virtualization and Multi-select
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[详细]
2023-04-08 02:39 分类:问答Using Data Virtualization, the problem of binding a property in ViewModel with SelectedItem of ItemsControl in View
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[详细]
2023-03-18 02:35 分类:问答Virtualizing Data in Windows Phone 7: An example
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.[详细]
2023-01-21 04:12 分类:问答How to implement a lazy loaded Silverlight data grid without using paging
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[详细]
2023-01-01 02:51 分类:问答MVVM vs Data Virtualization
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[详细]
2022-12-18 07:09 分类:问答