I need to modify the order in which icons are reduced in my ribbon bar - which can apparently be done via something called the Ribbon Control Designer, specifically on its Reduce Operations page, as described Here .
I can not find this Designer anywhere. It's not a toolbox item, it's not in a Visual Studio Menu, it's not a right-click context menu, it's not installed on my computer as a stand-alone application, and its not located in a variety of other locations I've checked. I looked online, and I can't even find documentation online that tells me where to actually find this thing, only documentation that presumes I already have it running. I am relaying this frustration because I think that online documentation could be improved in this area.
Anyway, how do I actually access this designer? Is it possible to modify the Reduce Operations property via xaml or code-behind?
Thanks,
Zach
Just discovered that the designer is apparently part of the WinForms Ribbon software, which I am not using (I am using WPF). Does similar functionality exist for the WPF version of the ribbon libraries?