How to make square buttons grid in Xamarin.Forms?
问题 I'm trying to create a Xamarin.Forms content page similar to an activity I created for Android: So basically I want to have a grid of square buttons, which I could easily expand by adding more rows. My content page looks like that (only 1 row so far): <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="TravelGuide.MainPage"> <ContentPage.Content> <ScrollView> <Grid x:Name="MainGrid">