首页 > 解决方案 > AbsoluteLayout > StackLayout 中的标签文本溢出到网格之外

问题描述

我的标签文本超出了网格,为什么?

                        <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>

标签: xamarin

解决方案


推荐阅读