문제

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