I am working in a winform application where I want to have a Combobox and it's dropdown should contain checkboxes like this:
These checkboxes are search conditions and I must be able to handle the check/Uncheck event of the checkboxes (at onetime i must be able to check/uncheck multiple checkboxes).
Any help or way to do !!!