Here's a summary of what's new in Windows Forms in this preview release:
- What's new in Windows Forms in .NET 10 documentation.
- Issues List for Windows Forms in .NET 10 Preview 3
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
PropertyGrid
control. - Fixing an issue with
ToolStrip
control when using keyboard navigation with multipleToolStrip
controls present on the form.
- 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.Design
namespace. - Removed deprecated .NET runtime and unnecessary package references, and conducted style cleanups to address warnings and improve code quality.