mirror of
https://github.com/microsoft/dotnet.git
synced 2025-12-19 17:37:07 -05:00
820 B
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
Recommended Action
In order for the application to benefit from these changes, it must run on the .NET Framework 4.8 or later.
Category
WPF