如何在 Visual Studio 的一个窗口中合并 Designer 和 XAML 编辑器?
使用 WPF 项目时,如何在 Visual Studio 2010 中将设计器和 XAML 编辑器合并到一个窗口中(设计器位于 xaml 编辑器之上)?
目前,要在它们之间切换,我需要使用选项卡。
How to merge Designer and XAML editors in one window (designer on top of xaml editor) in Visual Studio 2010 when working with WPF project?
Currently, to switch between them I need to use tabs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
单击下图中的切换按钮。
Click the toggle button in the picture below.
输出工具栏上方有三个选项卡:“设计”、带有两个箭头的图像和“XAML”。单击图像(第二个选项卡)。这样,您可以切换 - 如果您希望代码位于设计编辑器上方或下方。
There are three tabs above the output toolbar: "Design", an image with two arrows and "XAML". Click on the image (the second tab). In that way, you can switch - if you want the code to be above or under the design editor.