Reputation: 24562
I tried to enclose two StackLayout's inside another StackLayout, but seems like there is some additional padding somewhere. Is there a default padding and if so how could I remove it for the outer StackLayout?
Upvotes: 4
Views: 3035
Reputation: 1421
There's no Padding.
There's a Spacing of 6 between each item (Horizontal or Vertical depending on Orientation).
Upvotes: 9