Table of Contents

Class TreeViewDragAndDropManager

Namespace
Alternet.Common.Controls.TreeView
Assembly
Alternet.Common.v9.dll

Provides functionality to support Drag and drop operation for the TreeView controls content.

public class TreeViewDragAndDropManager : IDisposable
Inheritance
TreeViewDragAndDropManager
Implements

Constructors

TreeViewDragAndDropManager(TreeView, IDragAndDropListener)

Initializes a new instance of the TreeViewDragAndDropManager class with specified parameters.

Properties

DragAndDropEnabled

Gets or sets a boolean value indicates whether drag\drop operation enabled.

Methods

Dispose()

Disposes this TreeViewDragAndDropManager and frees resources associated with it.

Dispose(bool)

Events

CustomDropMarkerNodeBoundsRequired

Occurs when control tries to calculate rectangle around custom drop marker.