ScrollView.Content Property

Definition

Gets or sets a View to display in the ScrollView.

public Xamarin.Forms.View Content { get; set; }
member this.Content : Xamarin.Forms.View with get, set

Property Value

The View that is displayed.

Applies to