Xamarin.Forms.Grid.OnSizeRequest Method
Method that is called when an attempt is made to resize this Xamarin.Forms.Grid element.

Syntax

protected override SizeRequest OnSizeRequest (double widthConstraint, double heightConstraint)

Parameters

widthConstraint
The requested width.
heightConstraint
The requested height.

Returns

The new requested size.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0