问题
DO we have Analogous WinForms Propertygrid in WPF?
Thanks.
回答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
回答2:
Or the property grid which is part of the extended WPF toolkit.
来源:https://stackoverflow.com/questions/9408746/analogous-winforms-propertygrid-in-wpf