简体   繁体   English

如何安装Extended WPF Toolkit?

[英]How To Install Extended WPF Toolkit?

I just used the NuGet console to install the Extended WPF toolkit to my Visual Studio 2013 project, but the controls won't show up in the Toolbox. 我刚刚使用NuGet控制台将Extended WPF工具包安装到我的Visual Studio 2013项目中,但控件不会显示在工具箱中。 Am I doing something wrong?(I'm new to WPF) 我做错了吗?(我是WPF的新手)

Right click inside the toolbox somewhere, and click "Add Tab". 右键单击工具箱中的某个位置,然后单击“添加选项卡”。 Right click on the new tab you created and click "Choose Items...", from there you can browse to the DLL and add the controls. 右键单击您创建的新选项卡,然后单击“选择项目...”,从那里您可以浏览到DLL并添加控件。

After installing via NuGet there is a new folder in the project path named "packages". 通过NuGet安装后,项目路径中有一个名为“packages”的新文件夹。 The DLLs for .NET 4 can be found there below subfolder: packages\\Extended.Wpf.Toolkit.3.4.0\\lib\\net40 可以在子文件夹下找到.NET 4的DLL:packages \\ Extended.Wpf.Toolkit.3.4.0 \\ lib \\ net40

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

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