When resizing the group box, is there a way to snap it to the bounds of the controls it contains?
Currently, resizing it snaps only relative to controls outside the group box or if Alt is pressed, it doesn’t snap to anything. I tried using Shift or Control while resizing, but the snap guides do not recognize the contained controls.
Just set the AutoSize property to True so it is automatic. Tweak the Padding property if necessary to adjust the gap between the control and the box edge.