Select next item in a listview
I have a listview and when an item is double clicked it displays a group box with labels where it loads certain things depending on what is selected when something is doubleclicked..
I would like to add a next and previous button to the group box so the user can just go to that instead of closing the group box to see the listview again to double click something new.
So I need the code to select the next item in a listview.. I tried stuff like listview1.selecteditem.next but that kind of code doesn't work.
I have a listview and when an item is double clicked it displays a group box with labels where it loads certain things depending on what is selected when something is doubleclicked..
I would like to add a next and previous button to the group box so the user can just go to that instead of closing the group box to see the listview again to double click something new.
So I need the code to select the next item in a listview.. I tried stuff like listview1.selecteditem.next but that kind of code doesn't work.
Last edited: