【发布时间】:2015-07-31 23:30:08
【问题描述】:
我有这个:
<RelativeLayout HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" BackgroundColor="Red">
<StackLayout Orientation="Vertical" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" Padding="0,15" Spacing="10"></StackLayout>
</RelativeLayout>
但由于某种原因,即使是硬的 RelativeLayout 明显扩展,StackLayout 也没有。如何让 StackLayout 水平拉伸并填充屏幕的整个宽度/高度?
【问题讨论】:
标签: c# xaml xamarin xamarin.forms