Click here to Skip to main content
15,887,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I want to create a custom control which is basically a CheckListBox control and across each listbox entry there is combobox.

Could anyone please suggest how this can be be achieved?

Thanks.
Posted
Comments
Maciej Los 18-Jul-13 6:10am    
What have you done so far? What have you tried? Where are you stuck?

1 solution

Hello,

Try to add them in a datagridview ,check this link :

add-combobox-and-checkbox-into-the-datagrdiview-in-C-Sharp[^]

or you can add them in a flowlayoutpanel :

dynamicly-add-comboboxes-to-flowlayoutpanel[^]
 
Share this answer
 

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