I'm going to be driving a touch-screen application (not a web app) that needs to present groups of images to users. The desire is to present a 3x3 grid of images with a page forward/backward capability. They can select a few and I'll present just those images.
I don't see that ListView
does quite what I want (although WPF is big enough that I might well have missed something obvious!). I could set up a Grid
and stuff images in the grid positions. But I was hoping for something nicer, more automated, less brute-force. Any thoughts or pointers?
I know that this is a pretty old question, but I'm answering because this page is in the first page on Google and this link could be useful for someone.
Screenshot: