Search
NodeListView Class
Remarks See Also
 





A list view control that hosts DiagramNodes and supports drag-and-drop to DiagramView.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

// class
NodeListView.prototype = {}

 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 Hierarchy

MindFusion.Controls.CanvasControl
    MindFusion.Diagramming.ListViewBase
        MindFusion.Diagramming.NodeListView

 See Also