listbox question.

alanchinese

Regular
Joined
Jan 12, 2005
Messages
62
is there a way to drag & drop to change the position of an item in a listbox?
like there are 4 items, "a", "b", "c", "d". i want to let the user to swith the position of "a" and "d" to become "d", "b", "c", "a".
the way i am doing now is using the up & down buttons, to push the items around.
if drag & drop is working, i might want to give the users an option to swap the two positions, or to cut and insert....
 
You should be able to do it, once you have the drag/drop enabled and of course the necessary handling code in place.
 
Back
Top