I am using this in XAML to center the screen,
WindowStartupLocation="CenterScreen"
To center the window on the users screen, but when the screen resolution is quite small the Title Bar is out of the screen range. Obviously when this happens, the users can't close down the program and on particularly small screens some of the Tab Controls are not visible.
How do I make the screen center along with always showing the Title Bar?