Is there a way to bind a Generic List to a multicolumn listbox, yes listbox…I know but this is what I am stuck with and can’t add a grid or listview.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could bind a list to a listbox like this:
As for multicolumn listbox documentation says ListBox.MultiColumn only places items into as many columns as are needed to make vertical scrolling unnecessary.
If you want to show several columns of information for which an entire row will get selected you could use Multi Column List Box by Chris Rickard.