Replies: 1 comment 1 reply
-
You can use the WindowFrame? window = await VS.Windows.FindWindowAsync(typeof(MyToolWindow.Pane).GUID);
if (window is not null)
{
await window.HideAsync();
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
How do I make a ToolWindow invisible ?
So far I have found
this.Visibility = Visibility.Hidden;
That hides the ToolWindow content, but the window frame and background is still visible.
—
Eigil
Beta Was this translation helpful? Give feedback.
All reactions