Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions release-notes/10.0/preview/preview3/winforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@

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

- [Feature](#feature)
- [Bug Fixes](#bug-fixes)
- [Engineering Health](#engineering-health)

## Windows Forms updates in .NET 10

- [What's new in Windows Forms in .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100) documentation.
- [Issues List for Windows Forms in .NET 10 Preview 2](https://github.com/dotnet/winforms/issues?q=is%3Aissue%20milestone%3A%2210.0%20Preview2%22%20)
- [Issues List for Windows Forms in .NET 10 Preview 3](https://github.com/dotnet/winforms/issues?q=is%3Aissue%20milestone%3A%2210.0%20Preview3%22%20)

## Feature
## Bug Fixes

Something about the feature
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 multiple `ToolStrip` controls 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.Design` namespace.
- Removed deprecated .NET runtime and unnecessary package references, and conducted style cleanups to address warnings and improve code quality.