如何在wpf Visual Studio 2010中获取数据网格控件

发布于 2024-12-03 05:19:32 字数 145 浏览 0 评论 0原文

我们如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫烠⑼条掵仅有一顆心 2024-12-10 05:19:32

您可以在工具箱的“通用 WPF 控件”部分找到它,如下所示。只需将其拖放到窗口设计器中,一切都会好起来的:

DataGrid at the toolbox


更新

然后执行以下操作步骤:

  1. 右键单击您的工具箱,然后单击选择项目...
    Choose Items
  2. 通过键入 DataGrid 来过滤打开的表单上的长列表,如下图所示:
    在此处输入图像描述

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:

DataGrid at the toolbox


Update

Then do the following steps:

  1. Right click on your Toolbox and click on Choose Items...
    Choose Items
  2. Filter the long list on the opened form by typing DataGrid as you can see on the image below:
    enter image description here
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文