I'm searching everywhere but I cannot seem to find the answer.
In VB.net I want to select a listviewitem by giving it's index.
Let say: If I push a button it has to select row 5.
I don't seem to get it to work...
Can anyone help me?
Thanks
I'm searching everywhere but I cannot seem to find the answer.
In VB.net I want to select a listviewitem by giving it's index.
Let say: If I push a button it has to select row 5.
I don't seem to get it to work...
Can anyone help me?
Thanks
Let's assume the following situation:
You can select an item by using:
For example:
Here is the result before and after pressing
Button1.