c# - CheckedListBox, Change state without selecting the item -


i'm facing problem, i'm using checkedlistbox , clicking on checkbox results in automatic selection of item. behaviour wrong me.

there dosen of solutions of problems may seem similar, suggesting use checkonclick not solving problem @ all.

the user present list of 50~ items, , clicking on item (thus selecting it) results in operation a, when user changes state of checkbox, operation b should performed. so, currently, due way works, a , b performed not , stresses application.

is there way handle mouse click in such way selects item when user clicks name portion, , changes check box state when user clicks checkbox?


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -