ASP.NET Pack Programmer's Guide
NodeListView Members
Constructors Methods
 


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.

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

 Public Constructors

  Name Description

NodeListView

Creates an instance of NodeListView

 Public Methods

  Name Description

addEventListener

Registers a single event listener on the NodeListView.

addNode

Adds a node to the NodeListView.

clearAll

Removes all items from the NodeListView.

create

Creates and initializes a new NodeListView from the specified element. This method is static and can be called without creating an instance of the class.

find

Returns the specified NodeListView object. This member is static and can be invoked without creating an instance of the class.

getDefaultNodeSize

Gets the default size of the nodes in the list view.

getEnabled

Checks if mouse events are enabled.

getIconSize

Gets the default size of the nodes in the list view.

getNodeAt

Gets the item at the specified location.

getNodes

Gets the nodes contained in this NodeListView.

getOrientation

Gets the orientation of the nodes' layout.

getPadding

Gets the space between the NodeListView control and its contents.

getShapeLibraryLocation

Gets the location of a shape library file containing custom shape definitions.It can be set to a full URL of the file, or a relative file path.

registerForSubmit

Registers an onsubmit handler for the NodeListView's parent html form to flush postback data.

selectItem

Selects the specified item.

setDefaultNodeSize

Sets the default size of the nodes in the list view.

setEnabled

Enables or disables handling of mouse events.

setIconSize

Sets the default size of the icons in the list view.

setOrientation

Sets the orientation of the nodes' layout.

setPadding

Sets the space between the NodeListView control and its contents.

setShapeLibraryLocation

Sets the location of a shape library file containing custom shape definitions.It can be set to a full URL of the file, or a relative file path.

 See Also

NodeListView Class
MindFusion.Diagramming Namespace