سؤال

I have a WPF RibbonWindow which defaults to maximized. The problem is that if a user has their window's taskbar autohide, once it hides, it won't come back. Hovering over the bottom of the screen doesn't seem to trigger it. Any ideas what could cause this?

هل كانت مفيدة؟

المحلول

Apparently there is a bug in RibbonWindow (http://connect.microsoft.com/VisualStudio/feedback/details/634858/microsoft). I was able to fix it by changing to use a Ribbon control inside of a regular Window. However, this does mess up the taskbar for my application:

enter image description here

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top