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