Need to connect the orgline connector with group's children
Need to connect the Connector to Group’s children node
In order to connect with the group’s child node instead of connecting it to group node the EnableCentralPort property must be set to false to achieve the requirement.
The below code shows how to connect child nodes which is defined in the group:
[C#]
// Initialize group node Group grp = new Group(); // Disable to restrict the group node connection grp.EnableCentralPort = false;
[VB]
' Initialize group node Dim grp As New Group() ' Disable to restrict the group node connection grp.EnableCentralPort = False
The “EnableCentralPort” property can be used the same way in all diagram nodes to restrict the connection.
Conclusion
I hope you enjoyed learning about connecting the orgline connector with the group’s children.
You can refer to WinForms Diagram feature tour page to learn about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our WinForms Diagram example to understand how to create and manipulate data.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!