D
David Hearn
I have the need to be able to drag and drop some text into a listbox or a
grid, doesn't really matter which one. I can use either. The tricky part
about it is that when the user drags and drops into the control, I need to
be able to let them drag it into a certain spot in the listbox or grid and
have the text dropped into that order. In other words, if the user drags and
drops the text between the first and second items already in the list, the
dropped item now becomes the second item and the second item moves down one
slot and then the program will save the items in the order that they were
dropped in.
Any way of accomplishing this?
Thanks in advance!
grid, doesn't really matter which one. I can use either. The tricky part
about it is that when the user drags and drops into the control, I need to
be able to let them drag it into a certain spot in the listbox or grid and
have the text dropped into that order. In other words, if the user drags and
drops the text between the first and second items already in the list, the
dropped item now becomes the second item and the second item moves down one
slot and then the program will save the items in the order that they were
dropped in.
Any way of accomplishing this?
Thanks in advance!