Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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
 
PREVIOUS NEXT
Tagged: #draggable #controls
ADD COMMENT
Topic
Name
9+8 =