Hello,
I have an issue with a ColorPickerPalette, which I want to open programmatically (C#).
I have a WPF application with a range of components, among which is a ColorPickerPalette control, which is normally displayed like a button with a small dropdown arrow and a color rectangle.
I want to make the palette appear as if the "drop down" arrow has been clicked by the mouse, but I want to do that from codebehind. How can that be done?
Thank you in advance.