Search code examples
c#wpfribbonfluent-ribbon

Hide Ribbon Tab Headers in the FluentRibbon Suite Controls for WPF


I'm using the Fluent Ribbon Control Suite, to develop an application, and i would like to be able to use the ribbon control using one single tab and hidin the tab selection area.

Here there are some picture to show what i want to achieve.

Starting Point

What i want to do


Solution

  • You can set the height and width of tabitem = 0 to achieve the same

    <fluent:RibbonTabItem Header="" Height="0" Width="0">