RowDefinition Height value with *
I don't remember where I get the following code. As I know the "*" will automatically stretch that row to make use of all the remaining available space.
Why is '*' added after the value of height on the grid?
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="163*" />
|