A list view control that hosts DiagramNodes and supports drag-and-drop to DiagramView.
Namespace: MindFusion.Diagramming
File: NodeListView.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
Remarks Obsolete |
|---|
This component has been superseded by ItemListView, which can also display DiagramLink objects and supports multi-column layouts. |
Call the addNode method to add a node to the view.
Drag-and-drop operations create a clone of the dragged node by calling its clone method. You can override clone to copy property values of custom node subclasses.
Inheritance HierarchyMindFusion.Controls.CanvasControl
MindFusion.Diagramming.ListViewBase
MindFusion.Diagramming.NodeListView
See Also