-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
SelectedItems Count = 0
Private Sub ImageListView1_MouseDown(sender As Object, e As MouseEventArgs) Handles ImageListView1.MouseDown
lblStatus.Text = ImageListView1.SelectedItems.Count.ToString
End Sub
1) add some items
2) click some where without the items
3) Direct Right Click On The ITEM .. the item was selected
4) but the above code shows SelectedItem Count = 0
Original issue reported on code.google.com by meds...@gmail.com on 21 Nov 2014 at 7:39
Attachments: