CheckedListBox

G

Greg

Setting SelectionMode Property to "MultiSimple" causes:

Invalid Property Value
Multi selection not supported on CheckedListBox.

The documentation that I have read says it should work.

Any Ideas
Thanks
 
P

Pooran Prasad

Hi Greg,
Try it in code
checkedListBox1.SelectionMode = SelectionMode.MultiSimple;

Hope that helps
Have a great day :)
R. Pooran Prasad
Itreya Technologies Pvt Ltd.,
Mail: (e-mail address removed)
Phone(Off) : +91 80 5200179/80/81/82/83 Extn: 42
Mobile: +91 98860 29578
 

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

Top