Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 2.08 KB

winforms.md

File metadata and controls

26 lines (15 loc) · 2.08 KB

Windows Forms in .NET 10 Preview 2 - Release Notes

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

Windows Forms updates in .NET 10

Clipboard Code Sharing with WPF

We are unifying how WinForms and WPF handle the Clipboard, refining behaviors introduced in Preview 1. Over the course of Preview 2 the WinForms team has refactored much of the Clipboard code to a new location in order to make it shareable with WPF. By sharing and consolidating Clipboard code across both frameworks, we aim to enhance consistency, stability, and overall reliability for .NET Windows Desktop scenarios. We have also continued to enhance the Clipboard APIs introduced in Preview 1 with tweaks to the behavior in certain edge-cases.

Ported more System.Windows.Forms.Design UITypeEditors

We’ve ported several UITypeEditors in the System.Windows.Forms.Design namespace from the .NET Framework code base, giving developers more robust options for creating designer applications. New editors include ToolStripCollectionEditor and several editors related to the DataGridView control. These editors will now be discoverable by the PropertyGrid and Designer Actions Panel.

Quality Enhancements

We’ve expanded our unit test coverage and addressed a variety of bug fixes, continuing to focus on delivering high quality in Windows Forms.

AI-assisted content. This article was partially created with the help of AI. An author reviewed and revised the content as needed. Learn more