wpf Visual Studio 设置:如何将垂直拆分视图设置为默认值

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26645795/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 12:40:10  来源:igfitidea点击:

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

c#wpfvisual-studioxaml

提问by Jamaxack

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

我正在使用 C#(WPF),当我每次打开XAML文件时,它都会拆分为Vertical,我正在更改为Horizontal,但是当我再次重新打开它时Vertical,是否可以将默认值设置为Horizontal查看。
示例:
第一个是垂直视图
第二个是水平视图

Vertical view

垂直视图

Horizontal view

水平视图

回答by Jamaxack

This is late answer, since this feature is available on Visual Studio 2015. For setting the Xamlcode view to Verticalor Horizontalyou can see steps below: Picture

这是迟到的答案,因为此功能在Visual Studio 2015. Xaml要将代码视图设置为VerticalHorizontal您可以查看以下步骤: 图片

回答by DAVEWASLIN

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 的一项功能。用户将能够保存选择的自定义布局并保存/加载这些。