When click on a combobox, it's Dropdown should be displayed and there should be two columns. Each column should have a column header. I want to achieve this in vb.net winforms. Is it possible? Can anyone suggest an idea?
Asked
Active
Viewed 173 times
0
-
Possible duplicate of [Multi-Column ComboBox Controls for Winforms](http://stackoverflow.com/questions/4899169/multi-column-combobox-controls-for-winforms) – Sebi Nov 10 '16 at 06:42
-
This isn't possible using the standard `Microsoft ComboBox`. I personally use the `Infragistics` suite, but it isn't free, if that's important. – David Nov 10 '16 at 16:51