CheckedListBox don't check on item selection

714 Views Asked by At

I have a WinForms CheckedListBox and when I click on an item, it checks it in the list (I have CheckOnClick set to True). I want to change it so that the user must explicitly click the checkbox in order to check that item.

1

There are 1 best solutions below

2
On BEST ANSWER

Sorry, misread ur question check the below link instead

CheckedListBox Control - Only checking the checkbox when the actual checkbox is clicked