Code below is breaking for some reason but when I remove FontSize="Large" FontAttributes="Bold"
HorizontalOptions="Center", it works fine. It throws an unhandled exception and i cant deploy to the emulator. why?
<ContentPage.Content>
<ListView.ItemTemplate>
</ListView.ItemTemplate>
</ContentPage.Content>