Search
NodeListView Members
Constructors Properties Methods Events
 


Represents a list box with MindFusion.Diagramming.DiagramNode objects.

The following tables list the members exposed by the NodeListView type.

 Public Constructors

  Name Description

NodeListView

Initializes a new instance of the NodeListView class.

 Public Properties

  Name Description

AllowRemove

Allow deletion of nodes by pressing Del.

DefaultNodeSize

Gets or sets the default size with which nodes dragged onto a diagram will be created.

IconMargin

Gets or sets the horizontal and vertical margins around the nodes.

IconSize

Gets or sets the size of the nodes displayed in the view.

MeasureUnit

Gets or sets the unit of measure used when drawing nodes.

NodesCount

Gets the number of nodes in the list view.

 Public Methods

  Name Description

AddNode

Overloaded. Adds a new node at the end of the list view.

AddNodes

Overloaded. Adds nodes at the end of the list box.

ClearNodes

Removes all nodes from the list view.

GetNodeAt

Gets the node at the specified position.

InsertNode

Overloaded. Inserts a node at a specified position.

RemoveNodeAt

Removes the node at the specified position.

 Protected Methods

  Name Description

Dispose

Clean up any resources being used.

OnNodeRemoved

Raises the NodeRemoved event.

OnNodeSelected

Raises the NodeSelected event.

 Public Events

  Name Description

NodeRemoved

Raised when the user removes a node from the list view.

NodeSelected

Raised when the user selects a node in the list view.

 See Also