Label text inside AbsoluteLayout > StackLayout overflowing beyond Grid

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Label text inside AbsoluteLayout > StackLayout overflowing beyond Grid



My label text is overflowing beyond Grid, why?


<AbsoluteLayout x:Name="alIFirst" AbsoluteLayout.LayoutBounds="1,1,1,.50" AbsoluteLayout.LayoutFlags="All" BackgroundColor="#90000000">
<StackLayout>
<StackLayout>
<Label Style="{StaticResource beNewsSnapLabel}" Text="{Binding News_Item_Title_1}"/>
</StackLayout>
<StackLayout>
<Label Style="{StaticResource beNewsSnapLabelContent}" Text="{Binding News_Item_Description_1}"/>
</StackLayout>
</StackLayout>
</AbsoluteLayout>









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

Visual Studio Code: How to configure includePath for better IntelliSense results