I’m working on our new Jewelry Design software, JewelBeetle. We use a “Dark Theme” in Rhino 7, but I’m having troubles styling some of the Rhino ETO controls in some of the Dialogs / Panels. We are a Windows Only application, so we only need the WPF controls to be styled.
I’ve searched and found various posts where Curtis and others made suggestions, but I’m challenged on this ComboBox.
I’m trying to theme the various dialogs to match our application. Unfortunately, we cannot have a combination of light and dark, because some of the colors in Rhino we’ve found have more than one use/way they are applied, so we are now trying to just apply the dark theme on individual ETO controls.
We are using code such as this to try to get the result we need:
But I’m having trouble knowing exactly how to style the items in the popup within DropDown/ComboBox.
Could either of you show me the code I would need to override the ComboBox/DropDown styling so that the Items in the List that are shown in the Popup are light text on dark background.
Adding this fixed the Selected Item, just need a fix for the popup now:
Thank you for any help you, or anyone else can be.
Jason