Represents a list view containing DiagramNode objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public class NodeListView : ListView |
Visual Basic Copy Code |
---|
Public Class NodeListView |
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
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
Diagramming for .NET MAUI Guide | © 2024 MindFusion |