Questions tagged [icollectionview]

An interface that enables collections to have the functionalities of current record management, custom sorting, filtering, and grouping.

The ICollectionView Interface, available in .NET 3+, enables collections to have the functionalities of current record management, custom sorting, filtering, and grouping.

http://msdn.microsoft.com/en-us/library/system.componentmodel.icollectionview.aspx

135 questions
0
votes
1 answer

Prevent ICollectionView updating filter on PropertyChanged and removing from collection

I'm experiencing an odd issue where I have a grid that's filtered, and when I modify a value on the grid, that row is removed because it no longer matches the criteria for the filter. I am using Entity Framework to load the Local…
Dave
  • 23
  • 4
0
votes
1 answer

Filter ICollectionView top ten (or any top N)

I have an ObservableCollection of Value object called Values. Value object has name, percentage and size properties. Percentages are calculated among all values. Then, i have a chart control binded to an IcollectionView created from the Values…
Hüsk3rDü
  • 583
  • 1
  • 4
  • 12
0
votes
1 answer

WPF: Use diffrenent orientation for grouped ICollectionView

I have a grouped ListCollectionView which is displayed in a ListBox.