📜  c# 可拖动控件 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:53.303000             🧑  作者: Mango

代码示例1
// 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