You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet-desktop-guide/winforms/whats-new/net100.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: What's new in WinForms for .NET 10 Preview
3
3
description: Learn about what's new in Windows Forms for .NET 10 Preview. New versions of Windows Forms are released yearly with .NET.
4
4
ms.topic: whats-new
5
-
ms.date: 07/04/2025
5
+
ms.date: 08/12/2025
6
6
ms.service: dotnet-desktop
7
7
#customer intent: As a developer, I want to know what's changed so that I can remain up-to-date.
8
8
---
@@ -11,12 +11,13 @@ ms.service: dotnet-desktop
11
11
12
12
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).
13
13
14
-
.NET 10 Preview 6 was released in July 2025.
14
+
.NET 10 Preview 7 was released in August 2025.
15
15
16
16
## Release announcements
17
17
18
18
Each release announcement provides detailed information about Windows Forms changes for .NET 10:
@@ -43,6 +44,12 @@ Windows Forms for .NET 9 introduced preliminary dark mode visual styling, with t
43
44
-`ListView` column headers are now working.
44
45
-`StatusStrip` and `ToolStrip` render correctly.
45
46
- 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
+
46
53
- Many other fixes for color issues with dark mode.
Copy file name to clipboardExpand all lines: dotnet-desktop-guide/wpf/whats-new/net100.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: What's new in WPF for .NET 10 Preview
3
3
description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 10 Preview. New versions of WPF are released yearly with .NET.
4
4
ms.topic: whats-new
5
-
ms.date: 07/04/2025
5
+
ms.date: 08/12/2025
6
6
ms.service: dotnet-desktop
7
7
#customer intent: As a developer, I want to know what's changed so that I can remain up-to-date.
8
8
---
@@ -11,12 +11,13 @@ ms.service: dotnet-desktop
11
11
12
12
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).
13
13
14
-
.NET 10 Preview 6 was released in July 2025.
14
+
.NET 10 Preview 7 was released in August 2025.
15
15
16
16
## Release announcements
17
17
18
18
Each release announcement provides detailed information about WPF changes for .NET 10:
@@ -53,9 +54,6 @@ Various bug fixes have been addressed in .NET 10, to improve the Fluent UI style
53
54
- Added missing <xref:System.Windows.Controls.ContentPresenter.RecognizesAccessKey> for controls.
54
55
- Right-to-left layout issues have been fixed for <xref:System.Windows.Controls.MenuItem>, <xref:System.Windows.Controls.Expander>, <xref:System.Windows.Controls.TreeViewItem>.
55
56
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
-
59
57
## Clipboard changes
60
58
61
59
WPF and Windows Forms now use the same clipboard API. Both desktop technologies unify how they interact with the clipboard.
0 commit comments