Hi, kindly, I would like to ask for a small example in order to find out how to rearrange items in a ListBox by draging them ...
I mean suppose we have a Form1 and a Listbox1 without any other common controls;
In the listbox we initially have:

Item1
item2
Item3
Item4

and I like to drag Item3 in order to have in the end:

Item3
Item1
Item2
item4...