I want to specify two grid rows next to each other. But seems like there may be a default padding. I saw a lot of posts about this but none saying what the default might be.
Is that the case that there is a default and if so then is it possible to override this?
It has a ColumnSpacing
and RowSpacing
defaults. To override this, just set <Grid RowSpacing=0 ColumnSpacing=0>
.
The defaults in grid can be found at the source code (https://github.com/xamarin/Xamarin.Forms/blob/master/Xamarin.Forms.Core/Grid.cs)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With