How can I allow the user to click to check an item in CheckedListBox in one click? The default behavior 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.
How can I allow the user to click to check an item in CheckedListBox
Share
The
CheckedListBoxhas a propertyCheckOnClick.Read: How do I CheckOnClick in a CheckedListbox but only when over the checkbox?