Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 799 Bytes

File metadata and controls

19 lines (12 loc) · 799 Bytes

WPF in .NET 10 Preview 6 - Release Notes

Here's a summary of what's new in WPF in this preview release:

WPF updates in .NET 10:

Fluent Theme Improvements

This release shipped a few improvements to the Fluent theme.

  • Added Fluent style for GridView.
  • Fixed DataGridColumnHeader style and added a sorting indicator and differential background between the header and rows.
  • Fixed ComboBox style and template to solve multiple problems including same default height for controls.
  • Added RecognizeAccessKey property to remaining Fluent control styles.
  • Fixed TextBox invalidation style.