Analogous WinForms Propertygrid in WPF?

喜欢而已 提交于 2019-12-11 11:18:54

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!