I am doing some more coding on listView, and I can not figurate it out how to salve the problem that there is always just one checkBox on the listView checked.
On the listView I have some names. When I load it there is already a checked name - so far so good.
But I would like to do the code, that when I will check another checkBox, this one has to check and the other one which was checked before, it has to uncheck.
Anyone knows how to help me out with this?
So that there will always be just one checkBox checked.