Search code examples
c#wpfpaginationcollectionview

Paged Collection View in WPF


Is there an implementation of PagedCollectionView in WPF around? It exists in Silverlight but isn't in WPF.

If there isn't, what would be the simplest way to implement this?


Solution

  • You can simply take the code from the Silverlight one and use that in your WPF project.