This is an old revision of the document!


Hosting Windows Forms Controls
  • Add references to required assemblies:
    • WindowsFormsIntegrations
    • System.Windows.Forms
  • Add WindowsFormsHost tag inside a grid element:
    <Grid>
    	<WindowsFormsHost>
    		<wf:Chart x:Name="Chart1"/>
    	</WindowsFormsHost>
    </Grid>