
I have a ToolWindow that I only want to show when the user requests it. When user presses the hotkey I call Activate() and that works great. In XAML I have IsOpen="False" so that the ToolWindow is not initially visible. But, it is visible briefly before disappearing, AKA the dreaded "flashing" effect.
[Edit: it also causes the DockSite.WindowsClosed to fire]
I suppose I can create code to manage the tool window lifecyle, but if it didn't flash, I would be done now :) Any chance this has been fixed or will be fixed?
Thanks
Jim
[Modified 7 years ago]