Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Availability of RibbonGroup CanCollapse property in WPF
posted

Hi,

I've seen in one of the WinForm topics that there's a CanCollapse property available for RibbonGroups. Is there a way in the WPF version to achieve the same behaviour or is it on the plan to be implemented in a future version?

WinForm topic: http://community.infragistics.com/forums/p/35521/231885.aspx#231885

thanks,
Andor

 

Parents
No Data
Reply
  • 54937
    Verified Answer
    Offline posted

    The xamRibbon exposes more control over the layout process than was available in the UltraWinToolbars' Ribbon. Instead of exposing a property that controlled whether that one state was acheivable, each RibbonGroup exposes a Variants which is a collection of the GroupVariants that describe the resize action to take place and the priority with respect to the other groups in the same ribbon tab. This allows you to control what resize states will occur and in what order. Note, if you define any Variants for one group you must define them for all the groups in the tab.

Children