添加新参考后如何查看工具箱中的组件?
在我的项目中,我添加了对 WPFToolkit 程序集的引用,重新启动 Visual Studio,但在 VS ToolBox 窗口中没有看到 WPFToolkit 组件。我做错了什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Toolbox 不会自动选取引用的程序集中的组件/控件。但是,它会自动选择项目中内置的组件/控件。
您可以右键单击工具箱并选择“自定义”,您将看到一个对话框,可让您浏览到程序集并选中您想要显示的任何控件。首先在工具箱中创建一个新选项卡可能会有所帮助。
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.