I have a problem, I can't seem to find the solution to automatically save the window layout in Visual Studio. I wanted to always make the document be split vertically in all instances. Meaning, if I open Document2, it should already be split vertically. I also wanted to save the window size and layout from Document1 so I can apply it in Document2. The Save Window Layout feature doesn't seem to solve this problem, it only saves "what" the windows are, not how they are placed.
This is how it looks like if I split window vertically:

This is how it looks like if I create a new file/document:


Keane Ledesma, Have you checkedshingo's solution? After my test, it could successfully set theXAML Designerto a vertical split layout. More description: 1. Located at the top ofVisual Studio 2022, you could set the vertical split layout throughTools->Options...->XAML Designer -> Split Orientation. It is effective when a new window is created and opened. 2. To make all effective, you need to delete the.suofile, which is located in.vs/<ver>/.suounder the current solution. Mine is located in.vs/{solution name}/v17/.suounder the current solution.Keane Ledesma, After investigation, it is found that the overall layout ofVisual Studio 2022could only be saved throughWindow->Save Window Layout. There is still no corresponding solution for saving the refined layout inXAML Designer.