We are making WPF based module in our project. This module is hosted in WinForm shell. In WinForms, we have infragisitics workspaces to host windows user controls. In WPF, we did not find XAML based infragisitic workspaces so that we can host WPF user controls in a WPF Form or WPF user controls.Please tell is there any support of hosting WPF user controls in WPF form or WPF user control using WPF workspaces. In case of absence, tell us the best practices of achieving the same.
Thank you
Check this out:
http://blogs.infragistics.com/wpf/articles/hosting-a-wpf-control-in-a-windows-forms-application.aspx
Our scenario is little bit changed, ElementHost is not feasible in our case . Since we are working on Infragistics SCSF CAB application and have developed some modules in it; In SCSF CAB, every module register itself in other module's workspace.If we want to achieve this functinality in WPF,then it is not possible with ElementHost because it is not shared among modules.
There is a restriction in SCSF CAB Framework that one can host smartpart on workspace ONLY. And for WPF smartpart there must be WPF workspace there to host. Is there any infragistics WPF workspace (like UltraTabWorkspace for Windows smartparts) available for it to host WPF smartpart?
allana said:Is there any infragistics WPF workspace (like UltraTabWorkspace for Windows smartparts) available for it to host WPF smartpart?
No there are no WPF CAB workspaces for any Infragistics WPF controls.