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
Post a Comment