我有一个网格,行定义如下
<Grid.RowDefinitions>
<RowDefinition Height="5*" />
<RowDefinition Height="5*" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
现在所有前三行将始终可见,但在第 4 行和第 5 行中只有一个可见。如何在所有四个可见行中平均分配行高属性