Is it possible to take a selected item/row in a listview and move it up/down in the listview based on a button click?
For example, in the listview if the rows were
The First Row
The Second Row (selected Item)
The third Row
Move up button click:
The Second Row
The First Row
The Third Row
OR
Move down button click:
The First Row
The Third Row
The Second Row
Any help would be greatly appreciated
For example, in the listview if the rows were
The First Row
The Second Row (selected Item)
The third Row
Move up button click:
The Second Row
The First Row
The Third Row
OR
Move down button click:
The First Row
The Third Row
The Second Row
Any help would be greatly appreciated