-
Hi, thank you for this awesome lib. I'm trying to do some drag & drop and i don't know how to. How can i make a button draggable ? Ultimately, i wolud like to be able to create something like this : https://imgur.com/jR9adEq that i saw here : #225 |
Beta Was this translation helpful? Give feedback.
Answered by
rds1983
Jul 2, 2022
Replies: 1 comment 2 replies
-
Code for making a button draggable: button.DragHandle = button;
button.DragDirection = DragDirection.Both; |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
2ant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code for making a button draggable: