共用方式為


Layout.UpdateChildrenLayout 方法

定義

警告

Use InvalidateMeasure depending on your scenario

指示此配置重新配置其所有子系。

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 ()
屬性

備註

這個方法會啟動配置的新版面配置週期。 叫用此方法經常會對效能造成負面影響。

適用於