如何在wpf Visual Studio 2010中获取数据网格控件
我们如何在 wpf Visual Studio 2010 中获取 datagrid 控件....我的意思是如何将 datagrid 控件添加到 wpf 默认控件中..如果我直接在 xaml 代码中键入标记,则会出现错误以检查引用程序集需要添加.. 谁能帮我解决这个问题吗...
how do we get the datagrid control in wpf visual studio 2010....I mean how to add the datagrid control to the wpf default controls..if I directly type tag in my xaml code, it's giving an error to check the reference assembly that needs to be added..
could anyone please help me out to resolve it...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在工具箱的“通用 WPF 控件”部分找到它,如下所示。只需将其拖放到窗口设计器中,一切都会好起来的:
更新
然后执行以下操作步骤:
You can find it at the Common WPF Controls section in your Toolbox as you can see below. Just drag-and-drop it into your window designer and everything will be okay:
Update
Then do the following steps: