Skip to content

Commit 8c39c66

Browse files
Merge pull request #2111 from dotnet/main
Merge main into live
2 parents bef58e3 + 023fef2 commit 8c39c66

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

dotnet-desktop-guide/winforms/whats-new/net100.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new in WinForms for .NET 10 Preview
33
description: Learn about what's new in Windows Forms for .NET 10 Preview. New versions of Windows Forms are released yearly with .NET.
44
ms.topic: whats-new
5-
ms.date: 07/04/2025
5+
ms.date: 08/12/2025
66
ms.service: dotnet-desktop
77
#customer intent: As a developer, I want to know what's changed so that I can remain up-to-date.
88
---
@@ -11,12 +11,13 @@ ms.service: dotnet-desktop
1111

1212
This article provides a high-level overview about what's new with Windows Forms (WinForms) in .NET 10 Preview. For detailed information, see the [release announcements](#release-announcements).
1313

14-
.NET 10 Preview 6 was released in July 2025.
14+
.NET 10 Preview 7 was released in August 2025.
1515

1616
## Release announcements
1717

1818
Each release announcement provides detailed information about Windows Forms changes for .NET 10:
1919

20+
- [.NET 10 Preview 7](https://aka.ms/dotnet/10/preview7)
2021
- [.NET 10 Preview 6](https://aka.ms/dotnet/10/preview6)
2122
- [.NET 10 Preview 5](https://aka.ms/dotnet/10/preview5)
2223
- [.NET 10 Preview 4](https://aka.ms/dotnet/10/preview4)
@@ -43,6 +44,12 @@ Windows Forms for .NET 9 introduced preliminary dark mode visual styling, with t
4344
- `ListView` column headers are now working.
4445
- `StatusStrip` and `ToolStrip` render correctly.
4546
- Buttons with `FlatStyle` set to `Standard` also render correctly.
47+
- `ComboBox` and `RichTextBox` now render correctly when disabled.
48+
49+
However, `RichTextBox` has a rendering issue when it's disabled. If the `RichTextBox` has formatted content, only the first few visible lines appear correctly, and the formatting might not fully apply in the disabled state. To workaround this issue, set it to read-only and manually disable selections.
50+
51+
- `PropertyGrid` special buttons (ellipsis and drop-down) now render consistently in dark mode.
52+
4653
- Many other fixes for color issues with dark mode.
4754

4855
## Bug fixes

dotnet-desktop-guide/wpf/whats-new/net100.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new in WPF for .NET 10 Preview
33
description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 10 Preview. New versions of WPF are released yearly with .NET.
44
ms.topic: whats-new
5-
ms.date: 07/04/2025
5+
ms.date: 08/12/2025
66
ms.service: dotnet-desktop
77
#customer intent: As a developer, I want to know what's changed so that I can remain up-to-date.
88
---
@@ -11,12 +11,13 @@ ms.service: dotnet-desktop
1111

1212
This article provides a high-level overview about what's new with Windows Presentation Foundation (WPF) in .NET 10 Preview. For detailed information, see the [release announcements](#release-announcements).
1313

14-
.NET 10 Preview 6 was released in July 2025.
14+
.NET 10 Preview 7 was released in August 2025.
1515

1616
## Release announcements
1717

1818
Each release announcement provides detailed information about WPF changes for .NET 10:
1919

20+
- [.NET 10 Preview 7](https://aka.ms/dotnet/10/preview7)
2021
- [.NET 10 Preview 6](https://aka.ms/dotnet/10/preview6)
2122
- [.NET 10 Preview 5](https://aka.ms/dotnet/10/preview5)
2223
- [.NET 10 Preview 4](https://aka.ms/dotnet/10/preview4)
@@ -53,9 +54,6 @@ Various bug fixes have been addressed in .NET 10, to improve the Fluent UI style
5354
- Added missing <xref:System.Windows.Controls.ContentPresenter.RecognizesAccessKey> for controls.
5455
- Right-to-left layout issues have been fixed for <xref:System.Windows.Controls.MenuItem>, <xref:System.Windows.Controls.Expander>, <xref:System.Windows.Controls.TreeViewItem>.
5556

56-
> [!WARNING]
57-
> .NET 10 Preview 4 introduced a bug related to fluent styles. For more information, see [.NET 10 Preview 4 release notes](https://aka.ms/dotnet/10/preview4).
58-
5957
## Clipboard changes
6058

6159
WPF and Windows Forms now use the same clipboard API. Both desktop technologies unify how they interact with the clipboard.

0 commit comments

Comments
 (0)