Version

SetContentSize Method (ScrollView2D)

Sets the content size.
Syntax
protected void SetContentSize( 
   int width,
   int height
)

Parameters

width
The width to set.
height
The height to set.
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