I have a ListView in Virtual Mode. I wanna to access SelectedItems
property.
But when I use ListView1.SelectedItems
, I receive the following Exception :
Cannot access the selected items collection when the ListView is in virtual mode
How can I access to ListView1.SelectedItems
in VirtualMode.