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
Visual Studio settings: How to set vertical split view to default
提问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查看。
示例:
第一个是垂直视图
第二个是水平视图




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

