Windows Forms in .NET 10 Preview 3 - Release Notes
April 10, 2025 ยท View on GitHub
Here's a summary of what's new in Windows Forms in this preview release:
Windows Forms updates in .NET 10
- What's new in Windows Forms in .NET 10 documentation.
- Issues List for Windows Forms in .NET 10 Preview 3
Bug Fixes
Addressed various bug fixes including:
- Fixing a regression relating to colors in the
DrawListViewColumnEditorEventArgs - Addressing an issue where NVDA screen reader did not render a focus rectangle when reading a the contnet of a property in the
PropertyGridcontrol. - Fixing an issue with
ToolStripcontrol when using keyboard navigation with multipleToolStripcontrols present on the form.
Engineering Health
- Continued work towards the consolidation of Clipboard code with WPF.
- Updated DemoConsole test application to accurately demonstrate and test usage of types in the
System.Windows.Forms.Designnamespace. - Removed deprecated .NET runtime and unnecessary package references, and conducted style cleanups to address warnings and improve code quality.