How to check CheckListBox item with single click?

Pratik Deoghare picture Pratik Deoghare · Oct 1, 2009 · Viewed 43.3k times · Source

I am coding Windows Forms application in C# and using CheckListBox Control.

How to check CheckListBox item with just single click?

Answer

rahul picture rahul · Oct 1, 2009

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.