I am coding Windows Forms
application in C# and using CheckListBox
Control.
How to check CheckListBox item with just single click?
I think you are looking for
CheckOnClick property
set it to true
Gets or sets a value indicating whether the check box should be toggled when an item is selected.