I have made a WPF app
I want custom title bar in that so, I designed the following -

It shows the default title bar alongwith my custom title bar.
I want to hide the default title bar.
I did it by WindowStyle=None
But, it does not play any animations if I restore up/down my app.
Please tell how to show custom title bar with animation


