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
Hi Andrew,
Thanks for your answer, the stuff works like a charm.
I've found a mistake in the examples of the documentation: "ReduceHorizontalWrapRowCount" is not a valid ResizeAction. I think it should be IncreaseHorizontalWrapRowCount.
Regards,
Andor
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.