Open char8t opened 5 days ago
I believe it is because of Windows taking the drop shadow into account as well. If so perhaps there’s a way to detect that and add to it but would take some research
Wow i did not expect such a fast response! I opened an issue at the WinUI3 repo as the same behavior can be observed when specifiying window dimensions via a call to AppWindow.Resize(new SizeInt32(800, 450))
First big thumbs up for this library. It is a must have for any WinUI3 app!
I do not know if this is really an issue or if i am missing something here but when specifying the window size it is actually a little bit smaller then requested:
Is this expected? If so why? Again this is not really an issue for me but i find it a bit odd.