Hi,
I'm having issue of content being "cut" when I'm using StackLayout (inside of a ScrollView). As my contents are dynamic, some of the contents are long, thus the height of the StackLayout will be extended. However, the issue can be solved by setting the physical height (2000 in my case).
<ScrollView HorizontalOptions="FillAndExpand">
<StackLayout Padding="5" Spacing="5" VerticalOptions="Start" HeightRequest="2000">
However this solution is not "friendly" as for a short content, it will leave a big gap at the bottom.
If you guys have any workaround or a better idea how to do this, it would be greatly appreciated.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.