new proger
new proger

Reputation: 29

Images gallery in WPF with filters

Looking to present a batch of images (about 10,000) with multiple characteristics to filters. I wish some of the closest thing PivotViewer Silverlight. I find no free or paid component that this kind of thing in WPF. Unable to transform the Silverlight component WPF and I do not think to insert silverlight in a WPF application is a good thing. Would you have a solution?

Thank you

Upvotes: 0

Views: 127

Answers (1)

Dax Pandhi
Dax Pandhi

Reputation: 853

You can try some of these:

If you use a VirtualizingStackPanel as the container, you can theoretically display immense amounts of data without running out of memory.

Upvotes: 0

Related Questions