Closed vallemar closed 3 years ago
You have the style syntax is not valid you have
flex: 1;
width: 500,
height: 600,
align-items: flex-start;
padding: 20;
background: black
What you need
flex: 1;
width: 500;
height: 600;
align-items: flex-start;
padding: 20;
background: black
Sorry @triniwiz , removing that the behavior disappears. What a fool
The height of the first view within a StackLayout does not respect the height. It is set 600 like the StackLayout but looks much smaller
It looks like this
And it should look like this