Replaced build-time link

pull/997/head
Ron Petrusha 2019-04-05 14:39:51 -07:00
parent 2864bc7b37
commit e06ac6b786
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Major
NotPlanned
### Change Description
Fixed a bug in the [algorithm for allocating sizes to \*-rows](wpf-grid-allocation-of-space-to-star-columns.md) in a <xref:System.Windows.Controls.Grid> introduced in .NET Framework 4.7. In some cases, such as a Grid with `Height="Auto"` containing empty rows, rows were arranged at the wrong position, possibly outside the Grid altogether.
Fixed a bug in the [algorithm for allocating sizes to &#42;-rows](https://github.com/Microsoft/dotnet/blob/master/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md)) in a <xref:System.Windows.Controls.Grid> introduced in .NET Framework 4.7. In some cases, such as a Grid with `Height="Auto"` containing empty rows, rows were arranged at the wrong position, possibly outside the Grid altogether.
- [ ] Quirked
- [ ] Build-time break