Hi,
I have a list that I want the user to order via the GUI. What I had in mind is a control that resembles a List box populated with items, so the the user can click and drag them into order. What control should I use for this? It is a common type of control but I can't seem to find a pre-defined control doing exactly this.
Thanks..