Search
NodeListView Class
See Also
 





NodeListView is a toolbox alike control. It displays a list of node templates, and lets user create new nodes based on these templates by drag-and-drop. NodeListView can contain instances of any DiagramNode or UIElement derived classes.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class NodeListView : ListView

Visual Basic  Copy Code

Public Class NodeListView
    Inherits ListView

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ItemsControl
                                System.Windows.Controls.Primitives.Selector
                                    System.Windows.Controls.ListBox
                                        System.Windows.Controls.ListView
                                            MindFusion.Diagramming.Wpf.NodeListView

 See Also