Hi DevExpress
I have an application where some buttons are more important than others and I want the important buttons collapsed last when the ribbon does not fit in the window width. I have attached a sample application (yours) to illustrate the issue.
There is talk about a ShrinkPriority and CollapsePriority (ShrinkPriority), but the property does not seem to exist in WPF.
Repro
- Switch to the tab Review
- Change the width of the application window so it is smaller than the width of the ribbon
- Watch the order buttons are changed to make the ribbon fit within the current window width
Actual
The page group Protect is minimized first, then Comment and last Tracking
Expected
Q1. Why is Proofing, the leftmost group, not minimized first?
Q2. How do I to set a priority on the groups or items to force the item shrink order? Eg I would like the group Protect to be shrunk last!