How do you make a WPF C# application minimize like Windows 7, when the user presses the minimize button?
Edit
Createde a button that could do this:
WindowState = WindowState.Minimized;
But it minimize instantly and not shrinking to taskbar like when you minimize a folder in windows 7