Search
NodeListView Class
See Also
 






ListBox control with support for hosting DiagramNodes and dragging them to the Diagram control. Items' labels can be set by assigning them to the Tag property of nodes.

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

 Syntax

C#  Copy Code

public class NodeListView : ListBox

Visual Basic  Copy Code

Public Class NodeListView
    Inherits ListBox

 Inheritance Hierarchy

System.Object
    Windows.UI.Xaml.DependencyObject
        Windows.UI.Xaml.UIElement
            Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                    Windows.UI.Xaml.Controls.ItemsControl
                        Windows.UI.Xaml.Controls.Primitives.Selector
                            Windows.UI.Xaml.Controls.ListBox
                                MindFusion.Diagramming.NodeListView

 See Also