Layout.InvalidateLayout Method

Definition

Invalidates the current layout.

protected virtual void InvalidateLayout ();
abstract member InvalidateLayout : unit -> unit
override this.InvalidateLayout : unit -> unit

Remarks

Calling this method will invalidate the measure and triggers a new layout cycle.

Applies to