Set selected item in listview

  • Thread starter Thread starter Guest
  • Start date Start date
ListView.Items(index).Selected=true;

Note: By default, ListView.HideSelection is set True, so unless the listview
has focus, the selected ListViewItem is not highlighted.
 
Back
Top