Search
NodeListView Class
Remarks See Also
 






Represents a list view containing DiagramNode objects.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class NodeListView : ListView

Visual Basic  Copy Code

Public Class NodeListView
    Inherits ListView

 Remarks

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

System.Object
    Microsoft.Maui.Controls.BindableObject
        Microsoft.Maui.Controls.Element
            Microsoft.Maui.Controls.StyleableElement
                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