Merging WPF with Windows Forms
Hi,
I was wondering how and if you can merge say a grid created in WPF into a form/panel of a windows forms project?
The DataGridView that i have created in Win Forms is primitive and WPF provides the functionality required. However WPF will not be satisfatory for my underlying data layer that is written in win forms.
Thanks in advance
Urema.