
Is there any easy way in the Xaml code to pin, or activate the AutoHideButton, when the AutoHideTab is opened?
Is there any easy way in the Xaml code to pin, or activate the AutoHideButton, when the AutoHideTab is opened?
Hi Andrew,
You can change the ToolWindow.State property, perhaps in response to a WindowAutoHIdePopupOpened event. But I'm not sure I would recommend doing that. That probably isn't really what an end user would expect to happen.
Thank. In the end, I'm really looking to have the toolwindow push the panels over on its right, so it doesn't overlap them when it's open. I looked at other options, but pinning it looked to be the simplest solution.
Please log in to a validated account to post comments.