Layout.ShouldInvalidateOnChildAdded(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(), and to return false if it should not.
protected virtual bool ShouldInvalidateOnChildAdded(Xamarin.Forms.View child);
abstract member ShouldInvalidateOnChildAdded : Xamarin.Forms.View -> bool
override this.ShouldInvalidateOnChildAdded : Xamarin.Forms.View -> bool
Parameters
- child
- View
The child for which to specify whether or not to track invalidation.