I’m looking for a library to create and manipulate diagrams. Something with the look and feel of VS DataSet or the SSMS Diagram would be perfect, but I’m not expecting that much. The features I would need would be :
- Creation of “Groups of item”
- Drag & Dropping of items
- Creating links between items of different groups
I would use this library in WinForms and I plan to code in C#, even though any .Net library would do. Ideas anyone?
I figured I’d add another answer.
This library is not free, but it seems to be exactly what you described: http://www.syncfusion.com/products/user-interface-edition/windows-forms/Diagram
This one doesn’t look as good but is free: http://www.dalssoft.com/diagram/screenshots.aspx
This article uses a control like you describe, so maybe you can use that: http://www.codeproject.com/KB/cs/AutoDiagrammer.aspx
Hope that’s better.