Making a Drag & Drop List Like JavaScript Drag & Drop Lists
I have been trying to figure out a way to create a drag & drop list inside of c# that is similar to the drag & drop lists that I've found for JavaScript on the web. Here is an example of the JavaScript lists that I'm talking about:
http://blog.paranoidferret.com/index.php/2007/10/04/javascript-tutorial-drag-drop-lists/
I plan to use the list so I can organize different tasks which can be added/deleted via a different process and it would be great to get the kind of behavior like on the site listed above, but I would be willing to use something else if someone knows a better way of doing this.
Thanks for any and all help.
~jeremy