ListViewItemCollection class has no constructor, so i cant create an instance. the listview in compact framework does not have SelectedItems property, so i want to create it. I want to iterate through all the items and if they are selected i want to add that item to the instance of ListViewItemCollection class. Since i can not create an instance i can not do that.
Do you have any idea?