Hi, I would like to use the ribbon without a quick access toolbar. How can I disable it so that it's not displayed at all? Thank you for your help.
Hello Dirk,
Thank you for contacting Infragistics.
I have been looking into your requirements and I can suggest setting the QuickAccessToolbar’s Visibility property to “Collapsed” as follows:
<igRibbon:QuickAccessToolbar Visibility="Collapsed" />
This is the approach I took in the sample application I am attaching for your reference.
If you have any further questions on the matter do not hesitate to contact us.
Hi Galina, thank you for your prompt reply. I have not managed to apply the property as you suggested, unfortunatly. I am using the Office2013-style:
<igRibbon:XamRibbon ApplicationMenuMode="Office2010" Theme="Office2013"> <igRibbon:XamRibbon.ApplicationMenu2010> <igRibbon:ApplicationMenu2010 Caption="Start"> ...
And when adding your snippet
<igRibbon:XamRibbon ApplicationMenuMode="Office2010" Theme="Office2013"> <igRibbon:XamRibbon.ApplicationMenu2010> <igRibbon:QuickAccessToolbar Visibility="Collapsed"></igRibbon:QuickAccessToolbar> <igRibbon:ApplicationMenu2010 Caption="Start"> ...
I get the error "The property "ApplicationMenu2010" can only be set once.". I have also tried using a style as suggested here: http://ko.infragistics.com/community/forums/t/45155.aspx but this had no effect, either. What am I doing wrong? Thank you for your help.
Hi again,
I had not noticed the sample project you attached - from there I could see how to use your snippet and it works :o) Thanks very much, great help!
Hi Dirk,
Thank you for the feedback. I'm glad I was able to help.