Checking a CheckedListBox item without selecting it...

  • Thread starter Thread starter Tamir Gal
  • Start date Start date
T

Tamir Gal

Hi,

I'm using the CheckedListBox control, and I'm wondering if there is a
way to let the user check an item in the list without also selecting
it...

Any ideas?

Thanks in advance,
Tamir.
 
Do you mean you don't want them to have to click once to select then
click a second time to check it? See the property: CheckOnClick

If you want to make sure that an item is never selected, I guess you
could get a handle to the SelectedIndexChanged event and undo any
changes the user did.

mike
 

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