I checked the xaml for the actual control yet I do not see anything tagging the quick access toolbar.
In our application we would like to hide it as well as the application menu.
Anyone???
Yes we are all set, your solution is what we were looking for
thank you!
Hello,
I am just checking if you require any further assistance on the matter.
I am glad that you have managed to run my application. I have removed the Boder where the RibbonTitleBar is positioned :
<Border Grid.ColumnSpan="3" Background="{StaticResource CaptionPanelBrush}" BorderBrush="{StaticResource CaptionPanelHighlightBrush}" BorderThickness="{TemplateBinding BorderThickness}">
<igPrim:RibbonTitleBar Margin="39,0,0,0" x:Name="RibbonTitleBar"/>
</Border>
and the Grid’s row which it occupies :
<RowDefinition Height="Auto" MinHeight="29"/>
If you have any other questions on this matter, do not hesitate to ask.
I had to manually edit the project file and set all references back to SL4 versions.
this will give us just what I was looking for so thank you, but what was it exactly that you edited in the style?
I cannot loade your project , you are using Silverlight 5.0 libraries and we have not moved to 5.0 yet (client support issues)