Hi all,
Could someone please explain me why "Listview.Selected" alway retuns a value?
After I upload data into list view, system will highlight first line in list veiew. Although I dehighlight it and my UI will not see any selected item, but my softwre always get "return value = 1" when using If lvData.SelectedItem Is Nothing Then Exit Sub
If user selected 3 lines and my software dehighlights them, the checking will get "return value = 3". So, how should I do the checking for selected items? (or)
Should I need to check individual line by line?
Best regards,
Zawpai