Label text inside AbsoluteLayout > StackLayout overflowing beyond Grid
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.