wpf propertyGrid

前端 未结 4 1895
逝去的感伤
逝去的感伤 2021-01-06 03:39

I need a propertyGrid for my WPF application . after lots of searches I have found this I have added the assembly (exe file) when I add the propertyGrid to my form and I run

4条回答
  •  旧巷少年郎
    2021-01-06 04:14

    For whoever is interested, I've started a simple - but I hope useful - free and open source PropertyGrid project for WPF.

    The source is available here: https://github.com/SoftFluent/SoftFluent.Windows and there is also a nuget package here: https://www.nuget.org/packages/SoftFluent.Windows.

    It has no dependencies, but requires .NET 4 as it uses WPF's .NET 4 DataGrid class.

提交回复
热议问题