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 Horizontalview
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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.
This is late answer, since this feature is available on
Visual Studio 2015
. For setting theXaml
code view toVertical
orHorizontal
you can see steps below: