How can I achieve the equivalent of:
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="300">
<RowDefinition Height="*">
<RowDefinition Height="100">
whe the row with height * fills the remaining screen space after the top and bottom rows have taken their 400px?
Thanks