Ribbon Browser Application without the title row


The official blog of the Windows Presentation Foundation Team

Ribbon Browser Application without the title row

  • Comments 2

We have received a query about being able to hide the title panel in a Ribbon Browser Application. As always this can be achieved by finding the appropriate element within the Ribbon template and manipulating its Visibility. The attached project demonstrates this approach. Here's the resultant UI.

However please note that with this UI, neither QAT nor Contextual Tab Headers will have a proper home. Also there could be other unknown side effects because this isn't an intentionally supported scenario.

 

Attachment: WpfRibbonBrowserApplication1.zip
  • I used a negative margin for the ribbon to hide the title area in a prototype I was working on.

  • @Tom: You are right, that would do it too.

Page 1 of 1 (2 items)