Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Adding a StackLayout to a Scrollviewer

$
0
0

So I have constructed my StackLayout with all my children in it. Now if I set this StackLayout to be a child of another StackLayout I can see the items perfectly.
E.G

SL.Children.Add(MainLayout); works... But I cannot scroll this so the items go off the screen.

but

SV.Content = MainLayout doesn't show anything.

What am I doing wrong?


Viewing all articles
Browse latest Browse all 58056

Trending Articles