Search code examples
c#wpfribbon

WPF event handler for minimizing a Ribbon?


Anyone know if the Ribbon control (using a Ribbon Window WPF project in VS 2010) has an event handler for when the tabs are minimized?

I tried looking around the events but I couldn't find anything that worked.


Solution

  • I'm assuming you want the Ribbon.Collapsed event, or it's corresponding Expanded event.