Search
NodeListView Class
Remarks See Also
 





Represents a list box with MindFusion.Diagramming.DiagramNode objects.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public class NodeListView : UserControl

Visual Basic  Copy Code

Public Class NodeListView
    Inherits UserControl

 Remarks

 Obsolete

This component has been superseded by ItemListView, which can also display DiagramLink objects.

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                    System.Windows.Forms.ContainerControl
                        System.Windows.Forms.UserControl
                            MindFusion.Diagramming.WinForms.NodeListView

 See Also