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

注釈

このメソッドは、レイアウトの新しいレイアウト サイクルを開始します。 このメソッドを頻繁に呼び出すと、パフォーマンスに悪影響を与える可能性があります。

適用対象