Layout.ShouldInvalidateOnChildRemoved(View) Method

Definition

When implemented, should return true if child should call InvalidateMeasure() when it is removed, and to return false if it should not.

protected virtual bool ShouldInvalidateOnChildRemoved (Xamarin.Forms.View child);
abstract member ShouldInvalidateOnChildRemoved : Xamarin.Forms.View -> bool
override this.ShouldInvalidateOnChildRemoved : Xamarin.Forms.View -> bool

Parameters

child
View

The child for which to specify whether or not to track invalidation.

Returns

Applies to