
Hi,
I'm currently doing some major restyling of the docking controls for an app I'm playing about with. Essentially, I'm going for a Visual Studio 2012 look when the dark theme is applied.
I've already applied it so that when a docking window is in autohide state, that the user has to press the AutoHideTabItem to show the hidden ToolWindow content. All my styling there is good.
What I'm struggling with is finding an appropriate property or set of properties I can use as a trigger on the AutoHideTabItem so that my IsMouseOver style is also applied when the flyout content is visible (i.e. the user pressed on the AutoHideTabItem to show it).
I'm not sure if I can create attachments, so can't really put an image on showing my problem specifically, but hopefully the information above describes what I'm after.
Any advice is appreciated.
Simon