Move controls when Drag and drop on panel in C#
Posted
by C. Karunarathne
on Stack Overflow
See other posts from Stack Overflow
or by C. Karunarathne
Published on 2010-03-13T16:28:59Z
Indexed on
2010/03/13
16:35 UTC
Read the original article
Hit count: 257
I want to drag controls on panel and when dragging I want to move the control and get its location to drop on to panel.I have tried out mouseUp,mouseDown,MouseMove events of control.But that is not what I am looking for.I want to fire DragDrop event on panel and move control.Can I do this?If you can give me an idea it will be great.Thank you
© Stack Overflow or respective owner