【发布时间】:2016-06-09 22:48:15
【问题描述】:
我尝试在网格内的按钮中换行,但只出现第一行,代码为:
grid.Children.Add(new Button {
Text = la[0].Floor,
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label)),
BorderWidth = 1,
HorizontalOptions = LayoutOptions.Center,
VerticalOptions = LayoutOptions.CenterAndExpand,
} , column, row );
【问题讨论】:
标签: xamarin.forms