Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中,我添加了对 WPFToolkit 程序集的引用,重新启动 Visual Studio 并且在我的 VS ToolBox 窗口中没有看到 WPFToolkit 组件。我做错了什么?
Toolbox 不会自动拾取引用装配中的组件/控件。然而,它会自动拾取项目中内置的组件/控件。
您可以右键单击工具箱并选择“自定义”,您将看到一个对话框,让您浏览到程序集并检查您想要显示的任何控件。首先在工具箱中创建一个新选项卡可能会有所帮助。