CheckedListBox control not drawing correctle when checkbox is clicked

  • Thread starter Thread starter Julian Anstes via .NET 247
  • Start date Start date
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....
 
I can't reproduce that.
Can you show a screenshot?

/claes

I've a CheckedListbox control on a windows form which displays a number of
items that I load dynamically. Now, when I go to select (i.e. check) and
item in the list, if I click on the actual text of the item, then the
checkbox for that item is checked as expected. If, however, I click directly
on the checkbox, then the image of the checkbox becomes blurred. There seems
to be some problem drawing the control if you click directly on the checkbox
of an item as oppised to the items text. Very strange....
 
Back
Top