Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top