Combobox with checked list box.

  • Thread starter Thread starter saurabhnsit2002
  • Start date Start date
S

saurabhnsit2002

Can anyone help me about how to create combo box with its items as
checked boxes or radio buttons. This has to be done in C#. I have seen
something similar to this named custom combo boxes but they are in MFC
I have to remain constrained only in C#.
I have tried to add checked listbox in combobox drop down list but it
is showing in text format i.e. name of the control added, if I change
display property of combobox with some property of the object
referenced by the datasource of combobox then nothing is visible in
drop down list of combobox.
 
Hi,

This topic came up last thursday under the name "How to multiselect
entries in drop down" a description on how to create a checkable ComboBox
is described there.
 
Hi Morten,

This is rely fantastic solution. This can serve the purpose. But surely
this will be the last solution for me.
Is there any way to replace combobox list view by checkedlistbox. This
can be done in C++ with help of subclassing. Can it be done here with
help of subclassing.

Regards,
Saurabh Jain.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top