Is there a combobox alike component that displays list of items with icons?
+1
A:
Check this C Sharp Help project and Code Project out, they show how to derive from the ComboBoxItem to display an image.
ThePower
2009-08-05 12:16:03
I'd show the code and reference it but there's quite a bit ;-) and there's some good explanations as to what is going on etc.
ThePower
2009-08-05 12:23:17
A:
You could certainly host a WPF control in your WinForm app and use a WPF comboBox which can easily have images. A quick google search for "wpf combobox images" came back with a good example:
Mike Ohlsen
2009-08-05 12:25:22