Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ContainerControl.PerformAutoScale Method

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll
Source:
ContainerControl.cs
Source:
ContainerControl.cs
Source:
ContainerControl.cs
Source:
ContainerControl.cs
Source:
ContainerControl.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Performs scaling of the container control and its children.

public:
 void PerformAutoScale();
public void PerformAutoScale();
member this.PerformAutoScale : unit -> unit
Public Sub PerformAutoScale ()

Remarks

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.

Applies to

See also


Feedback

Was this page helpful?