A ListBox control with support for hosting DiagramNode -derived objects 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.Silverlight
C#
![]() |
---|
public class NodeListView : ListBox |
Visual Basic
![]() |
---|
Public Class NodeListView |
The following example show how to add two nodes to the list using Xaml and set up their labels.
XAML
![]() |
---|
<d:NodeListView Grid.Column="2"> |
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