Search
ItemListView.setAutoConnectLinks Method
See Also
 

Sets a value indicating whether links should be automatically connected to nearby nodes when dropped from the ItemListView.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setAutoConnectLinks (
    boolean value
)

 Parameters

value

true to auto-connect links, otherwise false.

 Remarks

If a link is dropped within AutoConnectDistance from an existing node, or if a node is dropped near unconnected link, the node is set as Origin or Destination of the link.

 See Also