Method FitInside
FitInside(Control)
Tell the sizer to resize the virtual size of the control to match the sizer's minimal size.
void FitInside(Control control)
Parameters
control
ControlAffected control.
Remarks
This will not alter the on screen size of the control, but may cause the addition/removal/alteration of scrollbars required to view the virtual area in controls which manage it.