Alan2
Alan2

Reputation: 24562

Does a <StackLayout> have some default padding or spacing?

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

Answers (1)

Rudy Spano
Rudy Spano

Reputation: 1421

There's no Padding.

There's a Spacing of 6 between each item (Horizontal or Vertical depending on Orientation).

Upvotes: 9

Related Questions