简体   繁体   English

使用 blend 解决 Visual Studio 问题

[英]Using blend for Visual Studio questions

I'm working on a program in Visual Studio Community 2015 and I am using Blend for the UI.我正在 Visual Studio Community 2015 中开发一个程序,并且我正在使用 Blend 作为 UI。 I am using a Windows Form application rather than a WPF application.我使用的是 Windows 窗体应用程序而不是 WPF 应用程序。 I cannot find the Tools panel in Blend to add buttons and panels to the program.我在 Blend 中找不到工具面板来向程序添加按钮和面板。

Blend doesn't support WinForms... it uses an XAML base, which is what WPF is based on. Blend 不支持 WinForms...它使用 XAML 基础,这是 WPF 的基础。 They are entirely different UI models.它们是完全不同的 UI 模型。 For winforms, you'll have to stick with the VS designer, else switch to WPF.对于 winforms,你必须坚持使用 VS 设计器,否则切换到 WPF。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM