Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you disable autohide animation in Visual Studio docking?

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.

like image 816
NotDan Avatar asked Feb 19 '09 16:02

NotDan


People also ask

How to enable auto hide animation in docking manager?

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.

How to enable auto auto hide animation in Windows 10?

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.

How to auto-hide the active element of a tabbed dock window?

//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.

How to place the autohidewindow on a docked window?

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.


2 Answers

tools->Environment->general->Animate environment tools (check box)

like image 108
Avram Avatar answered Sep 21 '22 05:09

Avram


  1. tools > Options

  2. environment > General

  3. uncheck Animate Enviornment Tools

like image 23
Allen Rice Avatar answered Sep 21 '22 05:09

Allen Rice