I've done a quick look but I can't find a Drag List Box wrapper for WinForms, does anyone know?
Ta!
I've done a quick look but I can't find a Drag List Box wrapper for WinForms, does anyone know?
Ta!
Sorry if this is unhelpful but couldn't you just use two arrow buttons to accomplish the same results? I'm sure you could also hook into the click, double click, etc events of both list boxes too but it sounds like a great deal of work with little end-user payoff.
ManipUni said:Sorry if this is unhelpful but couldn't you just use two arrow buttons to accomplish the same results? I'm sure you could also hook into the click, double click, etc events of both list boxes too but it sounds like a great deal of work with little end-user payoff.
That's what I'm doing right now. But a drag list box would be preferable.
I did sort of the same thing with a TreeView. You just have to handle the DragDrop, DragEnter, DragLeave, etc. events.
W3bbo said:ManipUni said:*snip*That's what I'm doing right now. But a drag list box would be preferable.
Just make sure that drag & drop is not the only way you can perform that action. Keyboard users would not be happy. And remember a lot of people don't know about drag & drop, or don't know how to perform drag & drop.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.