I want to minimize a window to taskbar. the simplest way is using WindowState
:
WindowState = WindowState.Minimized
But by doing this the window abruptly hides. Is there a way to implement minimizing a window on wpf by keeping windows animations (like other windows when we minimized by clicking minimize button on Titlebar).