J
Julian Anstes via .NET 247
I've a CheckedListbox control on a windows form which displays anumber of items that I load dynamically. Now, when I go toselect (i.e. check) and item in the list, if I click on theactual text of the item, then the checkbox for that item ischecked as expected. If, however, I click directly on thecheckbox, then the image of the checkbox becomes blurred. Thereseems to be some problem drawing the control if you clickdirectly on the checkbox of an item as oppised to the itemstext. Very strange....