Table of Contents

Method FitInside

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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 Control

Affected 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.