Jamaxack
Jamaxack

Reputation: 2460

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

Upvotes: 30

Views: 7749

Answers (2)

Jamaxack
Jamaxack

Reputation: 2460

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

Upvotes: 34

DAVEWASLIN
DAVEWASLIN

Reputation: 159

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.

Upvotes: 2

Related Questions