Skip to content

Commit 6617d15

Browse files
Update winforms for preview 7 (#10004)
* Update winforms for preview 7 * Update winforms readme.md --------- Co-authored-by: Klaus Löffelmann <[email protected]>
1 parent fdb031b commit 6617d15

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

release-notes/10.0/preview/preview7/winforms.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

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

5-
- [Feature](#feature)
6-
7-
Windows Forms updates in .NET 10:
8-
9-
- [What's new in Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/) documentation
10-
11-
## Feature
12-
13-
Something about the feature
5+
## ComboBox Dark Mode Rendering Fix
6+
In this update, we've resolved an issue where a disabled ComboBox displayed a white background instead of the appropriate dark mode color scheme. Now, regardless of whether the ComboBox is in editable, list, or simple mode, its constituent controls will correctly render with the proper dark mode background when disabled.
7+
8+
## RichTextBox Dark Mode Improvement and Known Limitation
9+
We’ve also addressed the RichTextBox background issue in dark mode. Previously, a disabled RichTextBox would show a white background. Now it correctly displays the dark mode background. However, there's a known limitation: if the RichTextBox has formatted content, only the first few visible lines will appear correctly, and the formatting might not fully apply in the disabled state.
10+
11+
As a temporary workaround, if maintaining full formatting in a disabled RichTextBox is essential, we recommend setting it to read-only and manually disabling selections. This helps achieve a better preview until a more permanent fix is available. Note that this limitation is due to the underlying RichTextBox control in the common controls library, and a full fix may require a future version update.
12+
13+
## PropertyGrid Dark Mode Enhancements
14+
We’ve also improved the rendering of special buttons within the PropertyGrid for dark mode. Previously, the ellipsis button used to open an editor and the drop-down button for ComboBox-type editors were not rendering well in dark mode. Now, these elements have dedicated renderers ensuring they appear consistently and at the same quality as the rest of the UI in dark mode.
15+
16+
Everything mentioned above pertains specifically to dark mode improvements in Preview 7. Other functionalities remain unchanged in this release.

0 commit comments

Comments
 (0)