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
280
Highlight last active pane
posted

Hi,

We have an application with dockable tools and document, and a ribbon on top.

When I click a button in the ribbon, focus goes to the ribbon, and away from the most recently focused pane. However, the command handling still works, since the dockmanager decides to send the routed command to the most recently activated pane. 

I want our users to be able to see where the ribbon command will be applied. I have used a style where the pane header coloring triggers on IsActivePane . But the moment focus moves to the ribbon, I can no longer see which pane will receive the command.

I've been pulling my hair trying to figure out a way to have the coloring trigger on if the pane is the last active pane - to no avail. 

Can you give me any pointers? Or am I trying to do the impossible? 

I'm using version 13.1

Parents Reply Children