Guest cgchris99 Posted August 15, 2002 Posted August 15, 2002 I need to display a series of images, vertically. One set is 110pixels wide x 66 pixels high. I want to display a scrollable list and have the user click on the one they want to select. Only one selection from the list would be valid at a time. Also, if this could be data bound some how, that would be great. That way when they retrieve the records from the database this graphic would be displayed automatically. Which ActiveX or whatever should I use for this. thanks for any advice. Quote
*Gurus* Derek Stone Posted August 16, 2002 *Gurus* Posted August 16, 2002 Set a ListBox's DrawMode property to DrawMode.OwnerDrawFixed. Use the System.Drawing namespace to paint each image when the DrawItem event fires. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.