Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio settings: How to set vertical split view to default

I am working with C#(WPF) and when I open XAML file it splits to Vertical every time, I'm changing to Horizontal, but when I reopen again it still Vertical, is it possible to set default to Horizontal view.
Examples:
First is Vertical view
Second is Horizontal view

Vertical view

Horizontal view

like image 854
Jamaxack Avatar asked Oct 30 '14 05:10

Jamaxack


People also ask

How do I split a window vertically in Visual Studio?

If you want to split the same class: Tools -> Options -> Environment -> Keyboard -> search by Window. Split and add a new shortcut. Show activity on this post. In visual Studio 2015 right click tab part where file name is written and select vertical split or horizontal split.

How do I get rid of split screen in Visual Studio?

From the Window menu, select Remove Split.


2 Answers

This is late answer, since this feature is available on Visual Studio 2015. For setting the Xaml code view to Vertical or Horizontal you can see steps below: Picture

like image 108
Jamaxack Avatar answered Sep 22 '22 11:09

Jamaxack


Custom layouts are a feature of the upcoming Visual Studio 2015. Users will be able to save a selection of custom layouts and save/load these.

like image 37
DAVEWASLIN Avatar answered Sep 19 '22 11:09

DAVEWASLIN