Can I have a ComboBox with multiple column dropdown

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,



Can I have a ComboBox with multiple column list with header? We have such
capability in Microsoft Access forms where we can bind a ComboBox's list to
a query and show multiple column and column header. I am looking for similar
feature is .NET WinForms.



Any help would be appreciated,

Alan
 
Thanks Vladimir for help.

So should I assume that there is no multicolumn list among out of the box
futures of combobox?



I was trying to use tab character '\t\ to have separated column, but for
some reason, the text within the list doesn't show TAB character.





Regards,
Alan
 
Hi Alan,

Yes, there is no build-in support for multiple column dropdown in ComboBox.
The code project article provided embeded ListView control in the Combobox
to implement the multiple column effect. I think it will meet your need.

Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top