Hi there,
Is there any way to reload a RibbonView or its Items collection at runtime, if say clicking a button would require a different RibbonView layout - just like in MS Outlook 2010?
If so, what would be the best way to implement this? Maybe it would be an advantage to be able to view and change layout using the VS2010 Designer?
I've been banging my head against the wall on this, because the RadRibbonView has some issues with updating its layout at runtime... I tried setting the RadRibbonView to another RadRibbonView like:
I also tried:
None of which seemed to work...
Thanks in advance.