This question is locked. New answers and comments are not allowed.
Hi there,
I'm currently using a trial version of your ribbon view in order to determine if it can provide all the functionality we require, before making a potential purchase.
I'm currently looking at resizing, and have found the documentation lacking, and quite confusing.
Can someone please explain the relationship between RadRibbonGroup.Variants, RadCollapsiblePanel and RadRibbonButton.CollapseToXXX (Medium/Small)
Essentially what i want is a RadRibbonTab, with X RibbonGroups, each containing Y RibbonButtons.
I'm currently using a trial version of your ribbon view in order to determine if it can provide all the functionality we require, before making a potential purchase.
I'm currently looking at resizing, and have found the documentation lacking, and quite confusing.
Can someone please explain the relationship between RadRibbonGroup.Variants, RadCollapsiblePanel and RadRibbonButton.CollapseToXXX (Medium/Small)
Essentially what i want is a RadRibbonTab, with X RibbonGroups, each containing Y RibbonButtons.
- Shrinking the window will cause the ribbon groups (and i guess the buttons in them) to go from Large->Medium->Small->Collapsed.
- Expanding the window causes the ribbon groups (and i guess the buttons in them) to go from Collapsed->Small->Medium->Large
I'm having a range of problems which vary depending on a number of unknowns
- What order should my variants be in if i want them all? (Is this documented anywhere?)
- What order is priority processed in?
- Do i need a CollapsiblePanel?
- Is RibbonButton.CollapseToXXX a one way operation? Or should the button expand when the ribbon group does?
- Is the resizing really right to left? It looks left to right to me.
Would it be possible to get some sample code which has the aforementioned functionality, so i can see where im going wrong?
Many Thanks