在哪里可以找到免费的 WPF 控件

发布于 2024-11-09 06:29:59 字数 90 浏览 0 评论 0 原文

是否有任何网站可以找到像 Griview 这样的免费 WPF 控件?我目前正在开发一个复杂的项目,我需要一个可自定义的 WPF Gridview,例如 telerik

Is there any site available where I can find free WPF controls like Griview ? I am currently working on a complex project where I need a customizable WPF Gridview like telerik

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

巾帼英雄 2024-11-16 06:29:59

您可以使用 WPF 工具包 以及 扩展 WPF 工具包

You can use controls from the WPF Toolkit as well as Extended WPF Toolkit.

愿与i 2024-11-16 06:29:59

查看代码 plex 上的 AvalonControlsLibrary 中的控件,它有一个与其他控件分开的 DataGridView 控件。 -

http://avaloncontrolslib.codeplex.com/wikipage?title=Home&ProjectName =avaloncontrolslib

DataGridView

DataGridView 可能是此控件的一个误导性名称。这个控件与WinForms DataGridView 相差甚远(也许有一天它会J)。基本上,该控件是一个 WPF ListView 控件,但它能够为您自动生成 GridViewColumns。它通过查看对象的属性来生成列。您还可以通过使用自定义属性装饰属性来指定生成列的方式。欲了解更多信息,请查看这篇文章。 http:// /marlongrech.wordpress.com/2007/09/01/listview-with-auto- Generation-of-column-enable-disable-columns/

类似的 SF 问题 - 哪里可以找到免费的 WPF 控件和控件模板?

Have a look at the controls in AvalonControlsLibrary on code plex, it is having a DataGridView control apart from other controls. -

http://avaloncontrolslib.codeplex.com/wikipage?title=Home&ProjectName=avaloncontrolslib

DataGridView

DataGridView is a maybe a misleading name for this control. This control is far from being the same as the WinForms DataGridView (maybe someday it will J). Basically this control is a WPF ListView control but it is capable of auto generate the GridViewColumns for you. It generates the columns by looking at the objects’ properties. You can also specify how you generate the columns by decorating your properties with a custom attribute. For more information have a look at this post. http://marlongrech.wordpress.com/2007/09/01/listview-with-auto-generation-of-column-enable-disable-columns/

Similar SF question - Where can I find free WPF controls and control templates?

辞旧 2024-11-16 06:29:59

codeplex.comcodeproject.com。然而最好的总是要花钱的。

On codeplex.com and codeproject.com. However the best always cost money.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文