Ben
Ben

Reputation: 2523

Checked List Box requires me to select an Item twice

I have a checked list box that is acting strangely - for every item I want to select, I have to click on it twice.

Click once:

Click on the item

Click Twice:

Click on the item again

Is there a workaround to solve this?

Upvotes: 8

Views: 2499

Answers (3)

WERUreo
WERUreo

Reputation: 304

I'm guessing this is Windows Forms. There should be a property on the CheckedListBox called Check on Click. Set that to True for the behavior you're looking for.

Upvotes: 1

jones6
jones6

Reputation: 784

I think you are looking for the CheckOnClick Propertyenter image description here

Upvotes: 21

Xela
Xela

Reputation: 2382

Is there a CheckOnClick property you set to true?

Upvotes: 1

Related Questions