【问题标题】:Where can i find Free WPF controls我在哪里可以找到免费的 WPF 控件
【发布时间】:2011-09-01 10:58:55
【问题描述】:

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

【问题讨论】:

    标签: wpf gridview controls


    【解决方案1】:

    您可以使用来自WPF ToolkitExtended WPF Toolkit 的控件。

    【讨论】:

      【解决方案2】:

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

      【讨论】:

        【解决方案3】:

        查看代码 plex 上的 AvalonControlsLibrary 中的控件,它具有与其他控件不同的 DataGridView 控件。 -

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

        数据网格视图

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

        类似的 SF 问题 - Where can I find free WPF controls and control templates?

        【讨论】:

          猜你喜欢
          • 2010-09-12
          • 1970-01-01
          • 2011-03-27
          • 2011-05-31
          • 1970-01-01
          • 2010-11-15
          • 2010-09-21
          • 1970-01-01
          • 2010-12-12
          相关资源
          最近更新 更多