Visual Studio 2008:在WPF设计器中将垂直分隔设置为默认值

Visual Studio 2008:在WPF设计器中将垂直分隔设置为默认值

问题描述:

在VS2008 wpf设计器中,我更喜欢垂直分隔而不是水平分隔.
但是在删除.suo(新签出,新项目等)之后,此设置就消失了.
有没有一种方法可以告诉Visual Studio对WPF设计器默认使用垂直分隔而不是水平分隔?
我在选项"中找不到任何内容.我错过了这个设置吗?

I favour the vertical separation over the horizontal separation in VS2008 wpf designer.
But after deleting the .suo (fresh checkout, new project, etc.) this setting is gone.
Is there a way to tell visual studio to default to the vertical separation instead of the horizontal for wpf designer ?
I can not find anything in the "options". Did I miss this setting?

请参见此处.您将始终必须针对每个文件手动进行设置.这些设置确实将存储在.suo文件中.不幸的是,这同时适用于Visual Studio 2008和2010.您可以在下一个版本此处.

Unlike in the HTML designer of Visual Studio (!) there is currently no way to make the vertical split the default in the XAML designer: see here. You will always have to set it manually on a per file basis. These settings will indeed be stored in the .suo file. Unfortunately this applies to both Visual Studio 2008 and 2010. You can file a request to remove this inconsitency in the next release here.