Hi
Is it possible to hide / disable the ribbon tab panel? I would just like to use the QAT and ApplicationMenu.
You want to work with the IsMinimized property. Setting it to true will hide the tab area. The option to show it will still be in the context menus. Do you want to not use it at all?
Both variation (hide and not at all) would be good to know.
Setting IsMinimized to true worked but then i get a black "stripe" underneath:
How to solve this? Also how could i remove the option "Minimize The Ribbon" out of the customize QAT menu?
If you can live with the hacking feeling of it, you can set the top margin of your content to -20 and the black stripe will go away. Note that the button on the left will be positioned over your content, which may be a desired behavior, or not.
<igRibbon:RibbonWindowContentHost> <igRibbon:RibbonWindowContentHost.Ribbon>
...
</igRibbon:RibbonWindowContentHost.Ribbon> <DockPanel LastChildFill="True" Margin=0,-20,0,0>