c# drag control code example
Example: c# draggable controls
// c# draggable controls (Buttons, etc.)
// Install the package "Control.Draggable" via NuGet
// and use this code:
ControlExtension.Draggable(MyControl, true);
// Here is a good video (that helped me out):
// https://www.youtube.com/watch?v=Rytt-a2cTJA