In my CheckedListBox
app I want to allow only a single item to be checked.
I have these properties already set
checkOnClick = true;
SelectionMode = One;
Any advise will be appreciated
In my CheckedListBox
app I want to allow only a single item to be checked.
I have these properties already set
checkOnClick = true;
SelectionMode = One;
Any advise will be appreciated
the best way to do this is like this:
no looping is always better.
uncheck all other items in ItemCheck event as below :