3rd party control for wpf graphic editing
-
I'm just starting out with a WPF-project and I need to know if there are any controls available that can be used as a WSIWYG editor for xaml objects. It should be something that can be referenced to our project and provide graphic editing for basic xaml objects. Anyone know anything about that? Thanks for help!
-
I'm just starting out with a WPF-project and I need to know if there are any controls available that can be used as a WSIWYG editor for xaml objects. It should be something that can be referenced to our project and provide graphic editing for basic xaml objects. Anyone know anything about that? Thanks for help!
-
Do you mean editing the objects within Visual Studio as you create them, or editing objects that are displayed in your application at run time? If the former then Visual Studio and Expression Blend provide these facilities.
-
Thanks for the reply. No, I mean like a control that you can embed in your own project. Perhaps something with xaml editing possibilities. Like a xamlPad control that can be embedded. Is there such a thing? Thanks again!