Layout.UpdateChildrenLayout Methode

Definition

Achtung

Use InvalidateMeasure depending on your scenario

Weist das Layout dazu an, alle untergeordneten Elemente neu anzuordnen.

protected:
 void UpdateChildrenLayout();
protected void UpdateChildrenLayout ();
[System.Obsolete("Use InvalidateMeasure depending on your scenario")]
protected void UpdateChildrenLayout ();
member this.UpdateChildrenLayout : unit -> unit
[<System.Obsolete("Use InvalidateMeasure depending on your scenario")>]
member this.UpdateChildrenLayout : unit -> unit
Protected Sub UpdateChildrenLayout ()
Attribute

Hinweise

Diese Methode startet einen neuen Layoutzyklus für das Layout. Das Aufrufen dieser Methode kann sich häufig negativ auf die Leistung auswirken.

Gilt für: