Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedding a flowchart design surface in a .net application [closed]

I need to incorporate a flowchart design surface into an app we're developing to allow users to create what are essentially workflows/schedules. I need to be able to create my own 'shapes', set custom properties on them and possibly have a bit of logic in there too (if, while etc).

I know I need to take a look at hosting WF in the app, it looks like a good fit, but does anyone know of other designer compoments out there I could use.

like image 652
PaulB Avatar asked Feb 28 '23 19:02

PaulB


1 Answers

Have a look at these resources, both are free solutions, but compared to the commercial ones (Mindfusion, GoDiagram) they require some more development work on your side:

  • WPF Diagram Designer @ CodeProject (requires WPF)
  • Netron library (without WPF)
like image 84
kay.herzam Avatar answered Mar 09 '23 00:03

kay.herzam