Represents a list view containing DiagramNode objects.
Namespace: MindFusion.Diagramming.Controls
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public class NodeListView : ListView |
Visual Basic
![]() |
---|
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
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