2
I have a form with three buttons, are they: btnVendas, btnFunctionaries, btnConfig. And they’re lined up inside a Panel container. I need these buttons to be clicked and held by the mouse pointer so that the user can place them in the place they prefer by just dragging them from one position to the other, being the space allowed only within the area of the container Panel that encompasses them.
Here has a good response demonstrating how to drag-n-drop if you want.
– Francisco
Very cool the content of the link, however, there are some differences, here I just want to move the buttons dragging with the mouse pointer, and so position them in a different location from the initial within the same space, in case, inside the panel.
– Daniel Castro