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