PropertyGrid: colors are not rendered / ColorEditor not working?
See original GitHub issueProblem description:

Expected behavior:
The rendering should be the same as in .NET Fx
Minimal repro:
- build and launch WinFormsControlsClassicTests and WinformsControlsTest
- click
FontNameEditorbutton in both and align opened windows side-by-side - expand any of Font properties
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Custom ColorEditor does not work properly on Color struct
So my question is how to use custom editor on Color struct. c# · colors · propertygrid · uitypeeditor · Share.
Read more >PropertyGrid Show Selected Color As Cell BackColor
I have a propertygrid that allows the user to select colors via the default color editor. I am using the CustomDrawRowValueCell() override ...
Read more >NET 6, Windows.Forms ColorEditor, missing resources
A missing resource in Windows.Forms.Design.dll. The problem is easy to reproduce, for example: In a PropertyGrid Control, Color Property, DropDown, right click ...
Read more >Weird behavior with System.Drawing.Color Editor - MSDN
So, the form opens, I add a color (default to black), and then in the propertygrid, select the "Color" property (which is of...
Read more >How can I override colorui class of coloreditor ...
What I am trying to do is to add a custom tab with custom colors into the ColorUI class of ColorEditor class which...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It was fixed in
release/3.1-uitypeeditorsbranch.Probably needs a line added here, see PR #2089 for an example.