摘要: <Grid IsSharedSizeScope="True"> <Grid.ColumnDefinitions> <ColumnDefinition Width="auto" SharedSizeGroup="myGroup" /> <ColumnDefinition /> <ColumnDefinition SharedSizeGroup="myGroup" /> </Grid.ColumnDefinitions> <Label Gri 阅读全文
posted @ 2011-12-01 19:41 quietwalk 阅读(413) 评论(0) 推荐(0)
摘要: <Grid Background="LightBlue"> <Grid.RowDefinitions> <RowDefinition Height="auto" /> <RowDefinition /> <RowDefinition /> <RowDefinition /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="auto" /& 阅读全文
posted @ 2011-12-01 19:06 quietwalk 阅读(256) 评论(0) 推荐(0)