تسجيل الدخول

مشاهدة النسخة كاملة : Repeating Images



C# Programming
07-20-2009, 09:00 PM
I have a Windows form and I want to display a row across the bottom with a group of images.

The image ******** will be stored in a database.

I want them to be side by side in a single row. I know I can use a datagridview to display them vertically, but I am not sure if this can be done horizontally, nor am I sure if this is the right approach.

What is the right control to use for this? I want to be able to click on each picture and change the current record in the windows form to reflect the selected picture, I want to be able to scroll through the images (Horizontally only).

Is this a job for a repeater or datalist? Does anyone have a URL example of something of this sort?

Thank you in advance.