I don't have much explanation that the tittle himself, lol.
But, what I really want to do is load de WorkflowDesigner on an Winform ElementHost Control.
I try doing this: Host WorkflowDesigner in a WPF Application, but it doesn't work.
Thanks!
I don't have much explanation that the tittle himself, lol.
But, what I really want to do is load de WorkflowDesigner on an Winform ElementHost Control.
I try doing this: Host WorkflowDesigner in a WPF Application, but it doesn't work.
Thanks!
Solved!
Only was needed to add the missing line "new DesignerMetadata().Register();"
Note: elementHost1 is a WinForm ElementHost Control, direct from the toolbox! ;)