Files
dotnet/Documentation/compatibility/wpf-grid-row-size-allocation-with-collapsed-element.md
2019-04-20 08:50:39 -07:00

820 B

Improvements to Grid star-rows space allocating algorithm

Scope

Major

Version Introduced

4.8

Source Analyzer Status

NotPlanned

Change Description

Fixed a bug in the algorithm for allocating sizes to *-rows 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

In order for the application to benefit from these changes, it must run on the .NET Framework 4.8 or later.

Category

WPF