Share via


TemplatedView.UpdateChildrenLayout Method

Definition

Caution

Use InvalidateMeasure depending on your scenario. This method will no longer work on .NET 10 and later.

Use InvalidateMeasure depending on your scenario. This method will no longer work on .NET 10 and later.

protected:
 void UpdateChildrenLayout();
[System.Obsolete("Use InvalidateMeasure depending on your scenario. This method will no longer work on .NET 10 and later.")]
protected void UpdateChildrenLayout();
[<System.Obsolete("Use InvalidateMeasure depending on your scenario. This method will no longer work on .NET 10 and later.")>]
override this.UpdateChildrenLayout : unit -> unit
Protected Sub UpdateChildrenLayout ()
Attributes

Applies to