Search code examples
wpfwinformswpfdatagrid

how can be add WPF DataGrid in Windows Form?


I am working on a datagrid in WPF and I want to add this datagrid in Winforms. How can this be done?

All suggestions are welcome, thanks.


Solution

  • You can try this. This shows how to implemenet a wpf project in Win Forms.