Multicolumn Combobox?

Posted by: Phil Weber, VB MVP
This post applies to Visual Basic .NET 2002/2003

I see from our referrer logs that many people are coming here seeking information on multicolumn combo boxes (thanks to Ian's question). Here's the scoop...

No, the .NET Framework does not include a multi-column combobox (alternate spelling to help Googlers find us!), but it does provide everything you need to create one. Here are a couple of shared-source implementations:

https://www.vbaccelerator.com/home/NET/Code/Controls/ListBox_and_ComboBox/Icon_ComboBox/article.asp
https://www.codeproject.com/vb/net/multicolumncombo.asp