Hi,
What is the parallel code in listview for listbox1.selectedindex = N
Thanks in advance
Printable View
Hi,
What is the parallel code in listview for listbox1.selectedindex = N
Thanks in advance
Not sure what you mean by parallel code? Could you explain that a bit more?
Hi,
This is the answer:
Code:ListView1.Items(N).Selected = True
ListView1.Items(N).EnsureVisible()
ListView1.Select()