views:

282

answers:

1

I need a UserControl to display pictures as a Gallery in Winforms. I have my pictures as a Image Collection but no problem to change to fit Control capabilities.

It could be nice if it is for .NET 1.1 but since I'm planning to migrate all our code to 2.0 if the control is in that framework it could be useful in the future

If it is free much better :)

Does any of you know a control like this?

Thanks!

A: 

AFAIK there's nothing built in to display a Gallery but if you're willing to use 2.0 you can throw one together with the TableLayoutPanel pretty easily.

Arnshea