(moved)
Printable View
(moved)
Usually you could loop through the listitems checking the
.Selected property.
Quote:
Originally posted by Bluei2
Hi, How would I know if there no selected item on the listview??
VB Code:
If ListView1.SelectedItems.Count < 0 Then 'do your stuff End If
I thought there was something about the SelectedItems
property not reporting correctly?