views:

62

answers:

1

I have a Matrix of images like this:

1 2 3 4 5 6 7 8 9 10
1 x 3 4 5 x 7 x 9 10
x x x x x x 7 8 9 x

…where "x" means no image.

I'm looking for a flexible .NET component that will allow me to have a UI to browse the images and move in the four possible directions: Right, Left, Up and Down.

Does anybody know of something like this?

A: 

why not use a datagrid ?

pdiddy
I only want to show one at a time and have "prev/next/up/down" buttons.
Martín Marconcini