Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 248
Alan2 Avatar asked Oct 20 '25 04:10

Alan2


1 Answers

There's no Padding.

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

like image 161
Rudy Spano Avatar answered Oct 22 '25 04:10

Rudy Spano