Is there any Check Combo control in C#

  • Thread starter Thread starter Bruce Lee
  • Start date Start date
B

Bruce Lee

I searched in Google but there is no C# implementation. Any idea?

Thanks,
Bruce
 
Hi,

I don't know of the existence of any but you should take a look at
http://www.dotnetmagic.com/features.html maybe the have it

IF not yuou could try to implement it, a basic idea would be use a Panel
for example and insert a number of checkboxes/labels based on a collection.
this is just a idea, I don;t know for sure it will work :)


Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top