You could loop through this.Controls (c#) or Me.Controls (vb) and change the .Location. If you did this systematically you can move them all the same amount of pixels.
Or, if all your controls are in a Panel, you can just move the Panel, and the controls follow.
Comment