Does anyone know the correct definition for a “sliding window” in WPF? What I have in mind is like the “Pending Changes” or “Call Stack” window in Visual Studio – where you click it and it slides up, and then you move your mouse away and it slides down again.
I am happy to spend some time researching how to do this, I just don’t know where to start because I’m not sure what exactly this feature is called.
Any comments appreciated.
Thanks
It is mostly called ‘Auto Hide’ feature for the window.
There is a very good example on CodeProject: WPF Docking Library
Also have a look on AvalonDock.