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