Hello.
I have been a developer in Windows Forms for some time.
I have gone exploring WPF in .NET 5.
I have Visual Studio 16.9.6.
Now when I open any XAML designer, the application Window or UserControl in designer always zooms out to like 40% and moves somewhere so that I can see only a part of the Window/UserControl if it is big enough
How could I please set default location to topleft (coordinates x 0, y 0) in designer and set default zoom to 100% as in Windows Forms designer?

Thank you!
