Check item in CheckedListBox without selecting
Posted
by Dmi
on Stack Overflow
See other posts from Stack Overflow
or by Dmi
Published on 2010-04-30T12:42:26Z
Indexed on
2010/04/30
12:47 UTC
Read the original article
Hit count: 278
checkedlistbox
|listview
How can I allow the user to click to check an item in CheckedListBox in one click? The default behaviour is the first click selects the item, the second click allows you to toggle the check. I don't want to toggle the check on select either, I'm looking for the behavior of the ListView control where I can click directly on check boxes to toggle them without selecting their items first.
© Stack Overflow or respective owner