1
I want to add buttons to my form and be able to move it when the application is running, how to do this?
I would also like to apply a control button that sets whether they are in fixed state or floating mode.
What I need are buttons that may have their locations changed according to the user’s conduct.
C# or VB.NET? You could [Edit] and add the language tag?
– Jéf Bueno
Possible duplicate of Resize elements according to form size
– Jéf Bueno
How would this move? Want to drag the buttons to position them inside the screen? Could explain better?
– Guilherme Nascimento
you want to move the controls (buttons) with the mouse, type to rearrange at runtime ?
– Rovann Linhalis
Exactly, I want to move the buttons inside a panel.
– Daniel Castro