|
|
Check On Click behavior
Demonstrates how to use 'CheckOnClick' property for CheckedListBox control. 'CheckOnClick' property indicates if the item CheckBox should be toggled with the first click on an item of CheckedListBox. The app contains CheckedListBox, that demonstrates usage of 'CheckOnClick' property, and CheckBox that changes value of 'CheckOnClick' property. If you check the CheckBox and try to click on item of CheckedListBox you will see that CheckBox of selected Item is checked. And if you unchecked the CheckBox and try to click on item of CheckedListBox again, you will see that clicked item is selected but its CheckBox is unchecked.
|