Is there a combobox alike component that displays list of items with icons?
Asked
Active
Viewed 1.3k times
5
-
Check [this C Sharp Help project](http://www.csharphelp.com/archives/archive280.html) and [Code Project](http://www.codeproject.com/KB/combobox/ImageComboBoxControl.aspx) out, they show how to derive from the ComboBoxItem to display an image. – Lloyd Powell Aug 05 '09 at 12:16