WPF in .NET 10 Preview 6 - Release Notes

July 15, 2025 ยท View on GitHub

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.