MindFusion.Diagramming for Xamarin Programmer's Guide
NodeListView Class
Remarks See Also
 






Represents a list view containing DiagramNode objects.

Namespace: MindFusion.Diagramming.Controls
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
    Xamarin.Forms.BindableObject
        Xamarin.Forms.Element
            Xamarin.Forms.NavigableElement
                Xamarin.Forms.VisualElement
                    Xamarin.Forms.View
                        Xamarin.Forms.ItemsView(Cell)
                            Xamarin.Forms.ListView
                                MindFusion.Diagramming.Controls.NodeListView

 See Also

NodeListView Members
MindFusion.Diagramming.Controls Namespace