I'm working on a project where I'm getting a list of contacts from a webservice. These contacts have names and emails and each of thoose I save in a list of strings. Now I want my listbox to take in the names and the emails and write them in 2 columns. Then I want to be able to select one set in the listbox and get the email or name in that set. My problem is I cant find a method for doing the multicolumn thing. The only thing I've found is the Listbox.MultiColumn attribute but it seems to take 1 list and just divide it into more columns.
Thanks in advance