다음을 통해 공유


Layout.ForceLayout 메서드

정의

주의

Call InvalidateMeasure instead depending on your scenario.

요소 및 모든 해당 하위 항목에 레이아웃 주기를 강제로 적용합니다.

public:
 void ForceLayout();
public void ForceLayout ();
[System.Obsolete("Call InvalidateMeasure instead depending on your scenario.")]
public void ForceLayout ();
member this.ForceLayout : unit -> unit
[<System.Obsolete("Call InvalidateMeasure instead depending on your scenario.")>]
member this.ForceLayout : unit -> unit
Public Sub ForceLayout ()
특성

설명

이 메서드를 자주 호출하면 성능에 부정적인 영향을 미칠 수 있습니다.

적용 대상