Posted
on Sep 13, 2011
(permalink)
I have a RadRibbon bar in our application that contains a series of tabs which contain buttons that allow the user to navigate from page to page. We have included the ability to collapse the RibbonBar using the built-in arrow icon on the right side of the ribbon bar. However if the user collapses the ribbon bar and then click on a tab, the content of the tab displays, but on top of the content of the page below. What I would like to do is force the control to expand again whenever they select a tab. However, I found the property IsCollapsed is read-only - I cannot set it, and I couldn't find a method to expand the ribbon bar. Is there a way to do this from code?