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.
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.