I am using WPF Ribbon 4. I have a RibbonSplitButton control with dropdown menu of menu items.
When I set IsEnabled property of RibbonSplitButton to false only top button becomes disabled, not the button which opens dropdown menu.
Thanks in advance.
You can simply add a DropDownOpened="RibbonMenuButton_OnDropDownOpened" to the WPF and then