I have a few group boxes that stack over each each. In previous editions of visual studio I used to move the controls off screen, then set their positions when the form loaded.
This seems like an archaic method, is there a way to set a controls visibility to false at design time? So that it is not visible in the form designer?