<c:BasePage.Content>
<Grid.RowDefinitions>
</Grid.RowDefinitions>
<ScrollView>
<StackLayout>
<ListView HorizontalOptions="FillAndExpand" SelectionMode="None" HasUnevenRows="True" SeparatorVisibility="None" BackgroundColor="Transparent" ItemsSource="{Binding Data}">
<ListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<Grid >
</Grid>
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
</StackLayout>
</ScrollView>
</Grid>
</c:BasePage.Content>