Is there a way to make Visual Studio 2010 remember how I like to view the xaml file?

When I open xaml, I prefer to have the page / control on the right and xaml on the left (split vertically). Currently, I have to configure this every time I open a new xaml, because by default it splits them horizontally (page above, xaml below). Is there any way to save the desired layout?

+4
source share
1 answer

Tools → Options → Text Editor → XAML → Miscellaneous → Default View

This will give you the ability to open XAML files in full code mode by default. Unfortunately, there are no more options.

+3
source

Source: https://habr.com/ru/post/1387591/


All Articles