Can someone please post sample code how to use UltraGrid for WinForms in WPF window please...
I wasnt sure where to post this so I did it here, sorry if I'm mistaking.
Hi
There is support for using any WinForms controls in a WPF window.
You might want to look at the following links.
Hosting the Windows Forms Control
http://msdn.microsoft.com/en-us/library/ms751761.aspx
WindowsFormsHost
http://msdn.microsoft.com/en-us/library/system.windows.forms.integration.windowsformshost.aspx
You’ll see in there example, they are adding the System.Windows.Forms namespace and then the WindowsFormsHost element to host the WPF controls.