A list view control that hosts DiagramItems and supports drag-and-drop to DiagramView.
The following tables list the members exposed by the ItemListView type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the ItemListView class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets a value indicating whether deletion of items by pressing Del is allowed. |
|
![]() |
Gets or sets the maximum distance within which a link will attempt to auto-connect to a nearby node. |
|
![]() |
Gets or sets a value indicating whether links should be automatically connected to nearby nodes when dropped from the ItemListView. |
|
![]() |
Gets or sets the horizontal and vertical margins around the items. |
|
![]() |
Gets or sets the size of the items displayed in the view. |
|
![]() |
Gets the number of items in the list view. |
|
![]() |
Gets or sets the unit of measure used when drawing items. |
|
![]() |
Gets or sets the default size with which items dragged onto a diagram will be created. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Overloaded. Adds a new item to the end of the list view. |
|
![]() |
Overloaded. |
|
![]() |
Removes all items from the list view. |
|
![]() |
Gets the item at the specified position. |
|
![]() |
Control.GetPreferredSize override. |
|
![]() |
Overloaded. |
|
![]() |
Removes the specified item from the list view. |
|
![]() |
Removes the item at the specified position. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Clean up any resources being used. |
|
![]() |
Invoked when the user removes an item from the list view. |
|
![]() |
Invoked when the user selects an item in this list box. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Raised when the user removes an item from the list view. |
|
![]() |
Raised when the user selects an item in the list view. |
See Also