Windows Forms in .NET 10 Preview 4 - Release Notes
May 13, 2025 ยท View on GitHub
Here's a summary of what's new in Windows Forms in this preview release:
- Shared Core Clipboard Functionality with WPF
- Bug Fixes
- Infrastructure and Tooling
- Localization and Documentation
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 4
Shared Core Clipboard Functionality with WPF
Introduced shared functionality with WPF by moving reusable code into a common library for better code maintainability.
Share System.Private.Windows.Core with WPF.
Bug Fixes
-
Fix #13305 Baseline SnapLines disappear in the derived ControlDesigners
-
InvalidOperationException when dialog containing focused DataGridView is closed (Fixes #13319)
-
Property grid entry for ShortCut keys should not be up/down scrollable (Fixes #13279)
-
Ignore case for DESC and ASC in BindingSource.Sort (Fixes #13278)
Infrastructure and Tooling
Enhanced GitHub Workflow Automation - Onboarded to a new issue-labeling system based on GitHub workflows to improve automation and self-service capabilities. Onboard to the GitHub workflow-based issue-labeler.
Improved Test Coverage - Numerous unit tests were added to improve reliability and ensure comprehensive coverage across components. New Unit Tests
Localization and Documentation
Translation Updates - Reviewed and corrected translations, including fixing the French translation of "(none)." Correct translation for "(none)" in French.
For the full list of updates, visit the 10.0 Preview 4 milestone.