Can anyone help me on how to create nodes & connectors that can be dragged to the diagram areas? The examples I found here shows only diagram created in the dragram area. Does anyone know a video or a tutorial material (online or in documents)?
My intention is to connect several components of a virtual machine for simulation. Let's say, I have n components, comp_1, comp_2, .. comp_n. Both one or more czn be instances of the same component (symbol to be dragged from the nodes palette to the diagram area). I will also have connectors (to connect components). Both the component(s) and connector(s) will have their properties. The parameters of components and connectors can be changes updated at runtime
Simulation example:
Comp --- connector --- comp ---connector ---- comp
Node palette:
Comp
----------> drag and create system diagram : Comp1 --- connector1 --- comp2 ---connector2 ---- comp3
Connector
Comp1, comp2, comp3 are instances of Comp
connector1, connector2 are instances of Connector
Can anyone help me? I am new in using winforms syncfusion and I work on VB.Net 3.5
Many thanks