WPF DataGrid 没有出现在工具箱中?
我正在使用 Visual studio 2008。我想使用 WPF DataGrid 控件。
我下载了 WPF 工具包 并安装它,然后在我的项目中添加了工具包引用,但是它无法识别Datagrid控件,并且不会在工具箱中显示它,我什至尝试通过选择项目..将其添加到工具箱中,但是当我单击WPFToolkit.dll时,它给出了错误。即使我用 XAML 编写代码,它也无法识别 dataGrid。
I am working with Visual studio 2008. I want to work on WPF DataGrid control.
I downloaded WPF toolkit and install it, and then added toolkit reference in my project, but it does not recognize Datagrid control, and does not show it in Toolbox, I even try to add it in toolbox through choose Item.. but when I click WPFToolkit.dll, it gives the error. And even if I write code in XAML it does not recognize dataGrid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保在按“浏览”之前已选择“WPF 组件”选项卡。您告诉它在屏幕截图中查找 WinForms 控件。
Ensure you have selected the WPF Components tab before pressing browse. You are telling it to look for WinForms controls in your screenshot.