Reflow - Xamarin

When using Xamarin.Forms, your elements should be placed inside a scrollable layout, such as:

<ScrollView>
    <Label Text="Content should scroll!" />
</ScrollView>