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
SyntaxC#
Copy Code
|
|---|
public class NodeListView : ListView |
Visual Basic
Copy Code
|
|---|
Public Class NodeListView |
Inheritance HierarchySystem.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