How to add check box inside combobox in c# -


i want add check box inside combobox in c#. purpose user can select multiple values 1 combobox ( check , uncheck ).

please help

you have extend combobox control providing own rendering strategy, , "manually" adding checkbox.

theses open source project ready use :

http://www.codeproject.com/kb/combobox/checkcombobox.aspx http://www.codeproject.com/kb/combobox/extending_combobox.aspx


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -