Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
450
Ribbon to collapse (minimize) and expand on mouse movement
posted

I would like to be able to have my ribbon permanently minimized, then `expand` on mouse enter and `collapse` again on mouse leave.

The only events on the ToolbarManager I can see that might be useful is MouseEnterElement and MouseLeaveElement and in there set the

.minimized property of the ribbon. Even in those events the ribbon would minimize when going from one tool to another on the ribbon, I would then also need a way to check if the mouse is still over the ribbon or a toolbar to prevent `flashing`.

As far as I can tell though, these events only fire when the mouse enters or leaves a control on the ribbon, like a button or dropdown menu.

The events would then be skipped completely should the mouse wander over empty ribbon tab space or toolbar space.

 

Please advise if there is an easier way to accomplish this. Thanks in advance

 

Parents Reply Children
No Data