Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I need to use multi column box and I am new to c# programming
if anyone of you gentlemen has link method
please help me

Thanks in advance

What I have tried:

only tried single column from toolbox
Posted
Updated 27-Sep-18 6:10am
Comments
Kevin Marois 27-Sep-18 12:13pm    
WinForms or WPF?
Member 12931315 27-Sep-18 12:19pm    
Windows Forms

Thanks

1 solution

You can't use a standard ComboBox for that. There are articles on multi column comboboxes:
https://support.microsoft.com/en-gb/help/982498/how-to-create-a-multiple-column-drop-down-list-for-a-combo-box-in-wind[^] and hereMulti Column ComboBox[^] for example, and Google can probably find you more.

But...you are probably better off using a DataGridView instead.
 
Share this answer
 
Comments
Member 12931315 27-Sep-18 12:22pm    
Thanks for replying,I googled but only written in 2009 and 2011 give processor warning, any recent work even with grid view.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900