Skip to content

.NET 10 P6 - WinForms #9951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: dotnet10-p6
Choose a base branch
from
Open
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
29 changes: 25 additions & 4 deletions release-notes/10.0/preview/preview6/winforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,34 @@

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

- [Feature](#feature)
- [Windows Forms updates in .NET 10](#windows-forms-updates-in-net-10)
- [New Features and enhancements in .NET 10 Preview 6](#new-features-and-enhancements-in-net-10-preview-6)
- [Fixed Issues in .NET 10 Preview 6](#fixed-issues-in-net-10-preview-6)

## 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)

## Feature
## New Features and enhancements in .NET 10 Preview 6

Something about the feature
### Dark Mode & Styling

This release brings several improvements to dark mode support in Windows Forms. ListView column headers, StatusStrip, ToolStrip, and buttons with FlatStyle 'Standard' now render correctly in dark mode, including fixes for color issues and regressions introduced in previous versions.

### ScreenCaptureMode API

New APIs have been introduced to exclude forms and controls from screen capture and a renaming of the ScreenCaptureMode API for clarity and consistency.

## Fixed Issues in .NET 10 Preview 6

### Clipboard & Drag/Drop

Clipboard and drag-and-drop functionality have been enhanced with async support and improved reliability. Updates include fixes to drop target methods, investigation and resolution of async clipboard issues, and new capabilities for consuming async drag-and-drop operations.

### Designer & DemoConsole Issues

Numerous improvements and bug fixes have been made to the Designer and DemoConsole application. These include enhanced stability when editing menu items, improved property handling, fixes for control selection and movement, and better support for copy-paste and keyboard shortcuts in the demo environment.

### Infrastructure & Miscellaneous

This release also includes infrastructure updates, code quality improvements, and internal refactoring to enhance maintainability and reliability across the codebase.