How to left align window title in Windows 8 / 2012?

Viewed 16529

Is there a way to (intrinsically) left align window title in Windows 8 or 2012 machine?

The Window's title in Window 8 or 2012 is horizontally center-aligned.

enter image description here

We have a WPF application that is ported to Windows 8 / 2012 machine. We are testing it along with couple of our clients and the clients need the title of the window to be left aligned as it was in Window 7 or XP.

I know we can do this using ControlTemplate in WPF but that would be too much for this little thing.

I am sure this is question is going to come up as more applications are ported to Windows 8 / 2012.

Is there any quick solution to this? Or do you know if Microsoft is going to give this flexibility in final releases of Windows 8 or 2012?

2 Answers
Related