Set the CheckOnClick property to true;
private void Form1_Load(object sender, EventArgs e)
{
checkedListBox1.Items.Add("me");
checkedListBox1.Items.Add("you");
checkedListBox1.Items.Add("us");
checkedListBox1.CheckOnClick = true;
}
thines01
Postaholic
2,433 posts since Oct 2009
Reputation Points: 447
Solved Threads: 408
Skill Endorsements: 7
thines01
Postaholic
2,433 posts since Oct 2009
Reputation Points: 447
Solved Threads: 408
Skill Endorsements: 7
Question Answered as of 1 Year Ago by
thines01
and
skatamatic