简体   繁体   中英

Windows Forms - split comboBox in two

I try to recreate Accept-made user interface with .NET/VisualStudio2010 utilities. In one of the forms I saw this:

在此处输入图片说明

you can see how the info is separated as it's taken from two different tables. Is it possible to achieve the same thing with Windows Form and if so - how can I make it?

I could have sworn that I've done that in the past but now I'm wondering if that was back in my vb6 days with some other control because all signs point to no now that I'm trying to figure it out.

I did, however, find something that might be useful for you: http://www.codeproject.com/Articles/19781/A-data-bound-multi-column-combobox

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM