9
shouts

Silverlight 3.0 RTW: The CollectionViewSource

published 241 days, 17 hours, 3 minutes ago posted by faisalhossainfaisalhossain 243 days, 11 hours, 54 minutes ago
Monday, July 13, 2009 2:08:29 PM GMT Saturday, July 11, 2009 7:17:27 PM GMT

Since the first release of WPF the framework contains a component called CollectionViewSource. The CollectionViewSource allow developer to apply sorting, filtering and grouping to in-memory collections of objects. This component is very useful when small collections (up to hundreds of items) is loaded in memory and need to give a better experience to the user.

category: Silverlight | clicked: 131 | | source: silverlightplayground.boschin.it | show counter code
tags: C#, Silverlight 3, XAML