简体   繁体   中英

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. Am I doing something wrong?(I'm new to 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.

After installing via NuGet there is a new folder in the project path named "packages". The DLLs for .NET 4 can be found there below subfolder: packages\\Extended.Wpf.Toolkit.3.4.0\\lib\\net40

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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