-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
I understand it's not a common usage for the ComboBox, but I've extended the ComboBox to create a color picker for my app. Thank's to Microsoft's cranky and redundant Ribbon API I either have to use a standard control in a Ribbon or have two controls. Since the RibbonCategory doesn't have a style in Mahapps, and I hate duplicity because the freaking API writers got lazy, we opted for one control.
Here's the situation:
Embed a stock ComboBox without the Mahapps.Metro styles in a ribbon tab/group and it behaves just as it would otherwise. As soon as you apply the Mahapps.Metro style, you can toggle the combobox open, but every time you try to toggle it closed it re-opens immediately.
Unfortunately I work for a company who's IT is staffed by Mordac the Preventer (Dilbert cartoons), so I can't even check this at work. I will be attempting to use Blend to figure out the key functional differences between the metro style and the stock style. My luck has been mixed with this approach though.