How to see components in toolbox after adding a new reference?

会有一股神秘感。 提交于 2019-12-22 09:55:06

问题


In my project I add reference on the WPFToolkit assembly, restart Visual Studio and has not seen WPFToolkit components in my VS ToolBox window. What I do wrong?


回答1:


Toolbox doesn't automatically pick up components/controls in referenced assemblies. It does however automatically pick up components/controls that are built in your projects.

You can right click the toolbox and choose "Customize" and you will get a dialog that lets you browse to the assembly and check off any controls that you want to appear. It might be helpful to create a new tab in the toolbox first.



来源:https://stackoverflow.com/questions/2490471/how-to-see-components-in-toolbox-after-adding-a-new-reference

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!