Question

Should I even be using a ListBox?

alt text

I'm talking about the Style control, and the Width control. How can I accomplish having these custom items?

Thank you!

Was it helpful?

Solution

I think you're trying to do custom drawing in a listbox. In which case the following SO question/ top-rated answer should help:

C# Can I display images in a list box?

OTHER TIPS

Sure, use the ListBox.DrawMode property. Implement the DrawItem event to draw anything you like, it doesn't have to be just text. The Pen.DashStyle is interesting here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top