collectionviewsource
Lazy/deferred loading of a CollectionViewSource?
When you create a CollectionViewSource in the Resources section, is the set Source loaded when the resources are initalized (i.e. when the Resources holder is inited) or when data is bound?[详细]
2022-12-29 12:50 分类:问答WPF: Bind/Apply Filter on Boolean Property
I want to apply a filter to a ListBox accordingly to the IsSelected property of a CheckBox. At the moment I have something like this.[详细]
2022-12-28 08:30 分类:问答CollectionViewSource - uneven grouping
Im using the WPF-Toolkit DataGrid with an CollectionViewSource as Source. With PropertyGroupDescriptions I can create and display groups in the Grid. My problem is that i cannot create \"uneven\" grou[详细]
2022-12-22 17:09 分类:问答WPF CollectionViewSource in Custom Control misuse?
Should you use CollectionViewSource in the WPF Custom Control\'s code behind? I\'am asking because the CollectionViewSource.GetDefaultView(SOURCE) with .Filter set[详细]
2022-12-22 02:42 分类:问答CollectionViewSource is filtered?
What\'s the easiest way to know if the view is currently filtered or not? I want a clearAll type of command that is only is displayed when there is something to cl开发者_开发技巧ear.[详细]
2022-12-21 20:01 分类:问答Finding all the ICollectionView's attached to a collection
We have multiple filters based on the same collection. i.e. we are displaying the same collection in a variety of ways. What i would like to be able to do is ask all of the CollectionViews to 开发者_运[详细]
2022-12-19 16:40 分类:问答Can you turn off selection syncing in WPF's CollectionViewSource?
I have several CollectionViewSource instances all used on the same ObservableCollection. I also have several controls that need to show filtered versions of the collection (hence the CollectionViewSou[详细]
2022-12-19 13:18 分类:问答WPF CollectionViewSource Multiple Views?
I\'ve written a Custom WPF Control with search extension, let\'s name it MyControl. The Control is a descendent of an ItemsControlclass.[详细]
2022-12-19 00:13 分类:问答CollectionViewSource Use Question
I am trying to do a basic use of CollectionViewSource and I must be missing something because it is just not working.Here is my XAML:[详细]
2022-12-18 09:18 分类:问答Any idea on how to sort a CompositeCollection?
I have a CompositeCollection that consists of ObservableCollections of two types: Companies and Contacts.[详细]
2022-12-18 04:37 分类:问答