or
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"auto"
/>
<
RowDefinition
Height
=
"*"
/>
<
RowDefinition
Height
=
"auto"
/>
</
Grid.RowDefinitions
>
<
Button
Content
=
"test1"
/>
<
GroupBox
Grid.Row
=
"1"
Header
=
"test2"
/>
<
Button
Grid.Row
=
"2"
Content
=
"test3"
/>
</
Grid
>