I have a lot of problems with some code, because the ListView.ItemChecked event is ListView.ItemChecked every time an item is added to the list. The only way I can stop this is to check if the list is displayed in Focused when this happens. But it seems sloppy to me. Is there any other way to fix this?
thanks
source share