How can I use WPF?

Add-in Express™ Support Service
That's what is more important than anything else

How can I use WPF?
 
ravinukala




Posts: 103
Joined: 2012-10-05
Hi,

I am developing plug in. It will used on different systems with different resolutions.

So I want to develop UI using WPF.

How can I do that in Add In.

Thanks.
Posted 25 Oct, 2012 05:02:50 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ravi,

To add WPF conrols to a .NET form you need to use the System.Windows.Forms.Integration.ElementHost control as a container for WPF controls. The ElementHost control is available on Toolbox in Visual Studio.
Posted 25 Oct, 2012 11:24:26 Top