Layout.ShouldInvalidateOnChildRemoved(View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.