Use groups, nodes and line connection together

Hi !

Before buy GoXam component, we need to know if these component has this resource:

I would like to know if is possible to have a diagram with this layout, with groups, and nodes in each group, but with lline connection between its.

If yes, how can I do it? I need just this functionality to use GoXam in your application… See this image as example…

Thanks!

If the nodes are supposed to belong to groups, and if all of the nodes are supposed to be positioned by hand, and if all of the groups are supposed to be arranged vertically in some predetermined order, then yes, that’s pretty simple to implement.

You could start with the FlowChart sample and add a DataTemplate for the groups. The Diagram.Layout could be a trivial custom vertical layout, depending on how you specify the order of the groups. Make sure you add each node data to a group data in the model.