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
我正在使用C#(WPF),当我打开XAML文件时,它每次都会拆分为Vertical,我正在更改为Horizontal,但是当我再次重新打开它仍然是Vertical时,是否可以将默认设置为Horizontal view。示例:第一个是垂直视图第二个是Horizontalview
2 个解决方案
#1
#2
2
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.
自定义布局是即将推出的Visual Studio 2015的一项功能。用户将能够保存一系列自定义布局并保存/加载这些布局。
#1
19
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:
这是迟到的答案,因为此功能在Visual Studio 2015上可用。要将Xaml代码视图设置为Vertical或Horizontal,您可以看到以下步骤:
#2
2
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.
自定义布局是即将推出的Visual Studio 2015的一项功能。用户将能够保存一系列自定义布局并保存/加载这些布局。