I have a list, and I would like to be able to move items at will, for example -:
move list item 7 to the top of the list.
move item 3 down 1 position.
Looking at it, it appears I have to do this manually??
The question is, whats the procedure?
make another list? and put the items in it one by one in the new order? Seems a very long way to do it!
I have searched the forum, and read the manual, but unfortunately everything is linked to a listview of some type. I have a custom view that works from just a list!!
Any suggestions?
Thanks
move list item 7 to the top of the list.
move item 3 down 1 position.
Looking at it, it appears I have to do this manually??
The question is, whats the procedure?
make another list? and put the items in it one by one in the new order? Seems a very long way to do it!
I have searched the forum, and read the manual, but unfortunately everything is linked to a listview of some type. I have a custom view that works from just a list!!
Any suggestions?
Thanks