Version

MeasureChildForSize Method (ScrollView2D)

Measures the specified child using the specified constraints.
Syntax
protected void MeasureChildForSize( 
   Android.Views.View child,
   int width,
   int height
)

Parameters

child
The child to measure
width
The width constraint
height
The height constraint
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also