Ribbon Resize Policy to Prevent Band Iconify? #516
-
|
I have some bands that only contain one control. As such, the band iconifying when the ribbon shrinks is not only pointless but makes the user have to go to an additional step to get to the control. Therefore, I wanted to set a policy that the band should never iconify. There is some mention in RibbonResizing about the Clipboard band never going to the iconified state, but I'm not understanding what is causing that condition and whether it fits what I am trying to do. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
If you don't put |
Beta Was this translation helpful? Give feedback.
If you don't put
IconRibbonBandResizePolicyin the list of policies passed toAbstractRibbonBand.setResizePolicies, that band won't get collapsed. Sounds like you should be able to achieve what you want with: