Wrapping WPF UserControl inside VisualStudio Item Template

Posted by karthik84 on Stack Overflow See other posts from Stack Overflow or by karthik84
Published on 2010-04-23T06:59:40Z Indexed on 2010/04/23 7:03 UTC
Read the original article Hit count: 355

Filed under:
|

I am currently started working on a project which will allow users to design reports inside visual studio.

Previously, for my similar Winforms App, I had extended the IComponent (Component Class) and wrote our VS Like designer kind of custom control which will allow users to drag drop controls from the visual studio toolbox and then I export it as a VisualStudio C#&VB ItemTemplate.

Now I am trying to recreate the same control using WPF considering its power, extensiblity. Could anyone shed some lights on this, on what would be the most preferable way of doing this ?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-controls