WPF application exceeds monitor width in fullscreen while using SingleBorderWindow and WindowChrome
I want to create a WPF application with a custom toolbar/control buttons. Most sources instruct you to use WindowStyle.None and use a WindowChrome. This does remove the default Windows toolbar and it allows me to resize the application and double click to switch from WindowState.Normal to WindowState.Maximized and back.