I have a ListView that I want to allow the user to rearrange the lines in it.
For example, my ListView is showing 6 lines
Apple
Orange
Rabbit
Toad
Umbrella
Zebra
I want the user to be able to do something like move Zebra up a few lines if they want to. If I can figure out the logic for a button, or buttons or something, I'm sure I can change the actual records in my database so they will stay in the proper order.
Does anyone have a good idea on how I might be able to do this?
Thanks
Alan
For example, my ListView is showing 6 lines
Apple
Orange
Rabbit
Toad
Umbrella
Zebra
I want the user to be able to do something like move Zebra up a few lines if they want to. If I can figure out the logic for a button, or buttons or something, I'm sure I can change the actual records in my database so they will stay in the proper order.
Does anyone have a good idea on how I might be able to do this?
Thanks
Alan