Hi
In my application i have nearly 28 ribbon tab groups. during run time the ribbongroups get compressed. I need to display as shown in the picture with the navigation button at the right hand corner (Marked by Red lines)
Please guide me to achieve this.
The navigation buttons you have highlighted will only appear when there is not enough room to display all RibbonGroups and they can not be compressed any more. You can prevent a RibbonGroup from being compressed by setting it's Settings.CanCollapse property to False. You can also prevent all RibbonGroups within a RibbonTab from collapsing by setting its GroupSettings.CanCollapse property to False. Or you can prevent all RibbonGroups from collapsing by setting the Ribbon.GroupSettings.CanCollapse property to False.
Hi Mike,
Can you tell me that is it or when is this option going to be available in WPF as well?
As far as I can see it's only present in the WinForms library.
Thanks,
Andor
Where is that property? Can you give me an example?
I'm struggling to find it.
thanks,
Dolphy