When creating a WPF window with AllowsTransparency=\"True\" WindowStyle=\"None\" and maximizing it via this.WindowState = WindowState.Maximized; the Wi
It seems a pretty common issue. It appears you'll have to bind your height and width to the actual height/width of the screen as stated in this StackOverflow post:
Borderless window application takes up more space than my screen resolution.