Paged Collection View in WPF

Phaded picture Phaded · Nov 4, 2011 · Viewed 9.5k times · Source

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?

Answer

Kent Boogaart picture Kent Boogaart · Nov 4, 2011

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