tags:

views:

40

answers:

1

Is it possible Implement Drag and drop elements within the ListBox to change their order,

Say there are 10 elements in list box,I should be able to drag the first element and drop at 4th place.

A: 

Here's how someone else has done this:

Drag-and-Drop ListBox

Jay Riggs