创建宽度高度自适应的 Windows Phone App 界面布局
摘要:
[1] 利用好 Grid 的分行/分列功能Grid 提供了分行/分列的属性,示例代码如下:<Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> <RowDefinition Height="2*"/></Grid.RowDefinitions>其中行高(列宽)有几种取值方式:直接指定数值。此方式最直接,将直接指定具体高度或宽度。使用 Auto 值。使用 Auto 的话, 阅读全文
posted @ 2013-05-23 21:06
blastmann
阅读(299)
评论(0)
推荐(0)
浙公网安备 33010602011771号