Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)

like image 789
Meme Machine Avatar asked Jun 17 '15 23:06

Meme Machine


People also ask

How do I add Extended WPF toolkit to Toolbox?

Go to the toolbox tab (ctrl+alt+x), right click on it and "Add Tab", type the name you want for it (ex: "WPF Extended Toolkit"). And.. that's it. Glad to hear that, enjoy the extended toolkit.

Is Extended WPF toolkit free?

Starting at v4. 0.0, this free toolkit is provided under the Xceed Community License agreement(for non-commercial use).

What are WPF controls?

WPF SDK continues to use the term "control" to loosely mean any class that represents a visible object in an application, it is important to note that a class does not need to inherit from the Control class to have a visible presence.


1 Answers

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.

like image 87
Cyral Avatar answered Nov 02 '22 20:11

Cyral