Hi!
I need to hide the first line of the Ribbon.
(The line with the QuickAccessToolbar)
This line makes no sense inside a browser...
Is this possible?
Hi,
Sorry for the delayed response. Actually, the title bar is a "Must have" feature, according to MSFT's design guidelines. You can still hide it by tweaking the control template, but you won't comply with the design guidelines any more.
Hope this helps,
Is there any examples of how to do this? We need to do the same thing.
Thanks.
I think we are looking to disable the title bar - I actually tried something similar, in the Office2010Blue.xamRibbonGeneric.xaml file, I changed the Height and the MinHeight to 10 - this will allow some space when tabs are highlighted red if they are active. (This is Line 85, in the xaml file)
<
RowDefinition Height="10" MinHeight="10"/>
The only problem I'm seeing is that when a tab is highlighted in red, then it shifts the whole ribbon down. Do you know if there would be an easy way to fix that?
THanks
hi....
<Style TargetType="ig:QuickAccessToolbar">
<Setter Property="Template" Value="{x:Null}" />
</Style>
if i use this QuickAccessToolbar(QAT) will disable for all buttons. I want to disable only for selected button... how can i do?
Hello shankarnag,
I am just checking if you got this worked out, or you still require any assistance, or clarification on the matter.
For example in my ribbon window i am using 10 buttons and for only two button i should able to add quick access toolbar and remaining button if i right click option of add quick access toolbar should disable.How can i achieve this?
Hello Shankarnag,
I am just checking, if you require any further clarification on the matter.