Grid中RowDefinition的Height和ColumnDefinition的设置都有三种:
1. 具体数值,固定不变;
2. * 星号,如: 2*,5*,8*; 分母为(2+5+8=15),分子则是(2/15、5/15、8/15),按这样的比例来划分;
3. Auto,根据内容自适应;
如果想让Grid根据内容而来分割,就设置为Auto,如果还不行,就将控件的Height或者Width也是在为Auto
更详细内容:
http://blog.csdn.net/llmmll08/article/details/52798334