J
Jeff
Good evening everyone,
I am just wondering if i am missing a setting for the CheckedListBox, I
added the control to my form and added a few items. I changed the property
Check On Click to true so you just have to select the once to toggle the
check box and I have the Selection Mode property set to One.
When I run the program however if I check one of the selections and then
change my mind and want to select a different item I can select it but the
first item does not uncheck. I thought that that was what the Selection
Mode property set to one was suppossed to do? Is there another setting or
will this need to be handled in code?
I was trying to look at something like selected item change,
control.items.clear() but that would actually clear all the items in the
list box?
Thanks for the help,
Jeff
I am just wondering if i am missing a setting for the CheckedListBox, I
added the control to my form and added a few items. I changed the property
Check On Click to true so you just have to select the once to toggle the
check box and I have the Selection Mode property set to One.
When I run the program however if I check one of the selections and then
change my mind and want to select a different item I can select it but the
first item does not uncheck. I thought that that was what the Selection
Mode property set to one was suppossed to do? Is there another setting or
will this need to be handled in code?
I was trying to look at something like selected item change,
control.items.clear() but that would actually clear all the items in the
list box?
Thanks for the help,
Jeff