다음을 통해 공유


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 ()
특성

설명

이 메서드는 레이아웃에 대한 새 레이아웃 주기를 시작합니다. 이 메서드를 자주 호출하면 성능에 부정적인 영향을 미칠 수 있습니다.

적용 대상