ListBox control with support for hosting Diagram nodes and dragging them to the Diagram control.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
C#
![]() |
---|
public class NodeListView |
Visual Basic
![]() |
---|
Public Class NodeListView |
![]() |
---|
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.
System.Object
MindFusion.Diagramming.Mvc.NodeListView