1

DO we have Analogous WinForms Propertygrid in WPF?

Thanks.

akjoshi
  • 15,374
  • 13
  • 103
  • 121
sqlnewbie
  • 857
  • 3
  • 16
  • 39
  • possible duplicate of [A good free wpf-based property grid?](http://stackoverflow.com/questions/1820146/a-good-free-wpf-based-property-grid). A google search could yield a more up to date list of implementations out there, but you're not going to find anything builtin. – Jeff Mercado Feb 23 '12 at 07:27

2 Answers2

1

Not in the .NET Framework. You can use a WindowsFormsHost to use the Forms Property Grid, or you can look at one of the community implementations for WPF, like those (not sure which of them are still active):

http://wpg.codeplex.com/
http://wpfpropertygrid.codeplex.com/
http://www.codeproject.com/Articles/87715/Native-WPF-4-PropertyGrid

Botz3000
  • 39,020
  • 8
  • 103
  • 127
0

Or the property grid which is part of the extended WPF toolkit.

Phil
  • 42,255
  • 9
  • 100
  • 100