When you dock a window to the side of visual studio, it can auto hide. When it does this, it animates open or closed. Is it possible to disable this animation so it just shows or hides to the correct size? It's slow over remote desktop.
The docking manager pops up the content of auto hidden window by hovering the mouse over corresponding tab page. Auto hide animation can be initiated in two ways either by mouse hovering or clicking the auto hidden tab. This behavior of docking manager can be enabled by setting the AutoHideSelectionStyle property.
Auto hide animation can be initiated in two ways either by mouse hovering or clicking the auto hidden tab. This behavior of docking manager can be enabled by setting the AutoHideSelectionStyle property. This behavior of docking manager can be enabled by setting the AutoHideSelectionStyle property to MouseHover.
//To auto-hide current active element of tabbed dock window dockingManager. AutoHideTabsMode = AutoHideTabsMode. AutoHideActive; AutoHideGroup – Used to auto-hide the entire tabbed dock window as a group. //To auto-hide current active element of tabbed dock window dockingManager. AutoHideTabsMode = AutoHideTabsMode.
The AutoHideWindow can be placed on a required target window through the TargetNameInDockedMode property of the DockingManager. DockingWindow will auto hidden in place according to its Parent position, if any target exist. For example: Here “Output” docked at bottom of “SolutionExplorer” which docked at left side.
tools->Environment->general->Animate environment tools (check box)
tools > Options
environment > General
uncheck Animate Enviornment Tools
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With