Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RibbonBar > How to force an expand of the ribbon bar?

Not answered How to force an expand of the ribbon bar?

Feed from this thread
  • Michael Evans avatar

    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?

    Reply

  • Miro Miroslavov Miro Miroslavov admin's avatar

    Posted on Sep 16, 2011 (permalink)

    Hello Michael Evans,

     You can use the IsMinimized property set to false. This is property that is set to true by the little arrow at the right side of the ribbon. 

    All the best,
    Miro Miroslavov
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RibbonBar > How to force an expand of the ribbon bar?