When the application is in the fullscreen state the width is greater than my screen size. This may cause some elements to be not fully displayed. Screen from the debugger (My screen resolution is 1920x1080px):
This is probably caused by ExtendClientAreaToDecorationsHint = true in FluentWindow.cs.
When the application is in the fullscreen state the width is greater than my screen size. This may cause some elements to be not fully displayed. Screen from the debugger (My screen resolution is 1920x1080px):
This is probably caused by
ExtendClientAreaToDecorationsHint = true
inFluentWindow.cs
.