Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Layout Xamarin.Forms.IElementConfiguration<Xamarin.Forms.ScrollView> Xamarin.Forms.IScrollViewController Xamarin.Forms.ContentProperty("Content") Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._ScrollViewRenderer)) An element capable of scrolling if its Content requires. The following example shows the creation of a ScrollView with a large in it. Application developers should not nest one within another. Additionally, they should refrain from nesting them other elements that can scroll, such as . XAML for Xamarin.Forms supports the following properties for the class: Property Value Content Markup that specifies a to display in the . Orientation Horizontal or Vertical, to indicate the scroll direction. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance of the ScrollView class. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.View Gets or sets a to display in the . The that is displayed. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Size Gets the size of the Content. This is a bindable property. A that represents the size of the content. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the ContentSize bindable property. This bindable property is read-only. Method 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) Xamarin.Forms.Point To be added. To be added. To be added. To be added. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void A value that represents the x coordinate of the child region bounding box. A value that represents the y coordinate of the child region bounding box. A value that represents the y coordinate of the child region bounding box. A value that represents the y coordinate of the child region bounding box. Positions and sizes the content of a ScrollView. Method 2.0.0.0 Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.ScrollView> Xamarin.Forms.IConfigPlatform To be added. Returns the platform-specific instance of this , on which a platform-specific method may be called. To be added. To be added. Method 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("OnSizeRequest is obsolete as of version 2.2.0. Please use OnMeasure instead.") Xamarin.Forms.SizeRequest The available width for the element to use. The available height for the element to use. This method is called during the measure pass of a layout cycle to get the desired size of an element. A which contains the desired size of the element. The results of this method will be (-1, -1) if the element has not yet been realized with a platform specific backing control. Overriding this method does not require a call to the base class so long as a valid SizeRequest is returned. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.ScrollOrientation Gets or sets the scrolling direction of the ScrollView. This is a bindable property. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.2.3.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Orientation bindable property. Event 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler<Xamarin.Forms.ScrolledEventArgs> Event that is raised after a scroll completes. To be added. Method 1.4.0.0 1.5.0.0 2.0.0.0 System.Threading.Tasks.Task To be added. To be added. To be added. Returns a task that scrolls the scroll view to a position asynchronously. To be added. To be added. Method 1.4.0.0 1.5.0.0 2.0.0.0 System.Threading.Tasks.Task To be added. To be added. To be added. Returns a task that scrolls the scroll view to an element asynchronously. To be added. To be added. Event 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.EventHandler<Xamarin.Forms.ScrollToRequestedEventArgs> To be added. To be added. Property 1.4.0.0 1.5.0.0 2.0.0.0 System.Double Gets the current X scroll position. To be added. To be added. Field 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. Property 1.4.0.0 1.5.0.0 2.0.0.0 System.Double Gets the current Y scroll position.. To be added. To be added. Field 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. Method 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.Void To be added. To be added. Method 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.Void To be added. To be added. To be added. To be added. Method 1.4.0.0 1.5.0.0 Xamarin.Forms.Point To be added. To be added. Internal. To be added. To be added. Method 1.4.0.0 1.5.0.0 System.Void Internal. To be added. Method 1.4.0.0 1.5.0.0 System.Void To be added. To be added. Internal. To be added.