Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just replaced the Microsoft.Windows.Controls.Ribbon with the new System.Windows.Controls.Ribbon and this is ok so far.

But if I maximize my application the window now seems to be slightly too big. So that the upper left icon and the icons in the QuickAccessToolbar are only shown partially.

Is it enough to just replace the Ribbon, or do I have to do more?

You can reproduce this problem by just creating a new WPF application and using RibbonWindow instead of Window as the base class for MainWindow.

BTW: The MainWindow title disappeares when using RibbonWindow.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.