質問

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