Hello,
I'm using your version 16.1460.0.24. My system is a Windows 10 Enterprise based system with the latest updates. The system is on an HP Elitebook 8740w workstation with the following configuration:
Processor: Intel Core i7 8 core
Memory: 32 Gb Ram.
Harddisk: 1TB SSD
Screencard: NVidia Quadro FX 3800M
External Screen.
Resolution:
Builtin screen on notebook: 1920 x 1200
External screen: 2560 x 1440
My development environment is Visual Studio 2017 Enterprise - also with the latest updates.
I have tried to run your very simple example, and it works. Mine is a bit more complicated, and have a lot of nested containers (Stackpanels, Grids, DockPanels, etc.) Is there any limitation on how deeply nested your color picker control can be?
On the same level as the color picker palette control (within the same grid), is also used another of your controls - the FontListBox - it works fine without problems. The color picker also works, except when I go to the embedded dialog (the native WinForm dialog) for selecting custom colors. It is on that dialog that none of the buttons or color functions are working.
I hope this provides you with some useful information.
Best regards.
EDIT: It seems I have found the culprit; it turned out that an automatically generated default Grid background style in one of the resource dictionaries used by the application, in some way blocked the functionality of WinForms. When I removed those (3) lines, the problem disappeared.
Best regards,
L. Hummel