摘要:
首先添加一个Grid <Grid x:Name="GTest" ShowGridLines="False" SizeChanged="GTest_SizeChanged" > </Grid> 1. Grid动态添加新的列和行。this.GTest.RowDefinitions.Add(new RowDefinition() {Height=new GridLength(30) });this.GTest.ColumnDefinitions.Add(new ColumnDefinition() { Width = 阅读全文
posted @ 2010-01-25 15:37
kntao
阅读(147)
评论(0)
推荐(0)
浙公网安备 33010602011771号