I am thinking of using a custom XAML window (3.0) as a designer inside
my EditorPane of the VS Package.
Basically I want to be able to use a custom WPF control
(mycontorl.xaml) as my designer on top of the EditorPane.
Any hints on how to achieve this? or has someone already tried this?
Any pointers would be helpful.
Thanks in advance,
Vin
Vin - 18 Dec 2007 21:54 GMT
> I am thinking of using a custom XAML window (3.0) as a designer inside
> my EditorPane of the VS Package.
[quoted text clipped - 6 lines]
> Thanks in advance,
> Vin
Well I've managed to do exactly what I was hoping for above. Done.
You just have to use WindowsFormsIntegration and the integration host
component to host the WPF usercontrol as child.
Cheers,
Vin