Version

OnSizeChanged Method (ScrollView2D)

Called when the size changes.
Syntax
protected override void OnSizeChanged( 
   int width,
   int height,
   int oldWidth,
   int oldHeight
)

Parameters

width
The new width.
height
The new height.
oldWidth
The old width.
oldHeight
The old height.
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