Why when using CheckItems() and the ListView shows the checked items but when you call GetCheckedItems it returns an empty list? How are you supposed to know when someone unchecked an item if you cannot get all of the checked items including those done programmatically?
This way of functioning makes no sense to me. If I ask for checked items then I should get a list back of ALL checked items in the ListView. Not just those that the user selected.
Richard