c# - drag and drop winform controls -
I want to drag and drop a control (for example the label) in a Winform application. I saw some examples on dragging and dropping the text, but this is not what I want. I want to enable the user to move a control around. Can anyone direct me to some resources or examples? Thank you.
You should see examples of drag-able control making.
See this
This form is a complete example of hosting the designer:
I did a lot of time ago in Delphi, it searches the source code, converts it into net C # and creates a wiki page on this topic, because it has recently become such a popular question Is :)
Comments
Post a Comment