Represents a list view containing DiagramNode objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class NodeListView : ListView |
Visual Basic
Copy Code
|
|---|
Public Class NodeListView |
RemarksCall 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![]()
Microsoft.Maui.Controls.BindableObject![]()
Microsoft.Maui.Controls.Element![]()
Microsoft.Maui.Controls.NavigableElement![]()
Microsoft.Maui.Controls.VisualElement![]()
Microsoft.Maui.Controls.View![]()
Microsoft.Maui.Controls.ItemsView(Cell)![]()
Microsoft.Maui.Controls.ListView![]()
MindFusion.Diagramming.NodeListView
See Also