Reputation: 867
DO we have Analogous WinForms Propertygrid in WPF?
Thanks.
Upvotes: 1
Views: 928
Reputation: 39650
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
Upvotes: 1