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.
Morten Wennevik [C# MVP] wrote:
> 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.
>
>
> On Mon, 15 Jan 2007 06:21:13 +0100, <(E-Mail Removed)> wrote:
>
> > 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.
> >
>
>
>
> --
> Happy Coding!
> Morten Wennevik [C# MVP]
|