alanchinese Posted February 4, 2005 Posted February 4, 2005 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.... Quote
donnacha Posted February 5, 2005 Posted February 5, 2005 You should be able to do it, once you have the drag/drop enabled and of course the necessary handling code in place. Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.