Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > RibbonView > Toggle RibbonView with Expander triangle (word-like)

Answered Toggle RibbonView with Expander triangle (word-like)

Feed from this thread
  • Christoph avatar

    Posted on Apr 26, 2012 (permalink)

    Hi,

    Is there a built-in feature to toggle the complete ribbonbar / view with a "expander triangle icon"
    such as in word, excel 2010.
    See the attached *.png file for detail.

    Thx,
    Chris
    Attached files

    Reply

  • Christoph avatar

    Posted on Apr 26, 2012 (permalink)

    Hi

    found it. In the QuickAccessToolBar of the WPF Demo 1/2012.
    "Minimize Ribbon"

    Thx
    Chris

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Answer Viktor Tsvetkov Viktor Tsvetkov admin's avatar

    Posted on Apr 26, 2012 (permalink)

    Hi Christoph,

    In order to show the minimize toggle button of the RadRibbonView you should set MinimizeButtonVisibility = Visible because it is Collapsed by default.

    Kind regards,
    Viktor Tsvetkov
    the Telerik team

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

    Reply

  • Christoph avatar

    Posted on Apr 26, 2012 (permalink)

    Hi Victor,

    Thanks you so much,
    Great feature!

    Chris

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > RibbonView > Toggle RibbonView with Expander triangle (word-like)