Full Screen WPF App
Another quirk in WPF, apparently <Window Title=”MainWindow” WindowState=”Maximized” WindowStyle=”None”> Is not the same as <Window Title=”MainWindow” WindowState=”Maximized” WindowStyle=”None” ResizeMode=”NoResize” > With the former code, I got a full screen app …