I'm trying to implement a listbox that allows the user to click on a tick box without triggering any code. I'm experimenting with the CheckedListBox but this doesn't distinguish between a click on the tick box itself and a click anywhere else on the list box item. This means that code gets executed when all the user is trying to do is to turn on a tick next to the item.
Am I using the wrong control or just not using it properly?
Am I using the wrong control or just not using it properly?