Performs scaling of the container control and its children.
Public Sub PerformAutoScale
Dim instance As ContainerControl instance.PerformAutoScale()
public void PerformAutoScale()
public: void PerformAutoScale()
public function PerformAutoScale()
An explicit call to the PerformAutoScale method is typically only required after programmatic changes to the layout during run time. PerformAutoScale is implicitly called from the OnLayout method.
PerformAutoScale is recursive; each child control, if it is a container, will have its version of this method called when the container's version executes.
For more information about automatic scaling, see Automatic Scaling in Windows Forms.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC