我们如何在wpf中使用datagrid?
我们如何在wpf中使用datagrid?我在框架 3.5 中看不到 datagrid 控件。
How can we use datagrid in wpf? I can not see the datagrid control in framework 3.5.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
实际上wpf没有datagrid控件。但在框架 4.0 中却有了。
Actually wpf does not have a datagrid control. But in framework 4.0 it has.
您可以使用免费的 wpf 工具包库。
You can use free wpf toolkit library.
在我看来,升级你的 .net 框架会对你有所帮助。之后在wpf中使用Datagrid真的更容易了,它拥有!
涉足新的 wpf 数据网格
祝你好运
Upgrade your .net framework will help you imo. It is really easier after that to use Datagrid in wpf, it owns !
Dabbling Around the new wpf datagrid
Good luck
如果您使用的是 Framework 3.5,WPF 没有 DataGrid 控件。但是您可以在扩展的 WPF 工具包中获取 WPF Datagrid、DatePicker、Accordion 等。扩展 WPF 工具包是在普通 WPF 工具包之外提供的 WPF 控件、组件和实用程序的集合。
下载控件
您可以从http://wpftoolkit.codeplex.com/
在 Framework 4.0 WPF 中确实有 DataGrid和日期选择器。
If you are using Framework 3.5, WPF does not have a DataGrid Control. But you can get WPF Datagrid, DatePicker, Accordion etc in extended WPF Toolkit. The Extended WPF Toolkit is a collection of WPF controls, components and utilities made available outside the normal WPF Toolkit.
you can donwload the controls from
http://wpftoolkit.codeplex.com/
In Framework 4.0 WPF does have DataGrid and Datepicker.