ComponentOne Basic Library for WPF and Silverlight
DragDrop Manager
WPF and Silverlight Edition Basic Library > DragDrop Manager

Effortlessly add drag-and-drop operations anywhere with DragDropManager for WPF and Silverlight. The C1DragDropManager class provides a visually appealing drag-and-drop UI with custom drag sourcing and drop targeting.

DragDropManager for WPF and Silverlight includes several key features, such as:

C1DragDropManager has an extensive set of methods and events that allow you to control the entire drag-and-drop process. Just register some elements as drag sources and some as drop targets, and then handle the DragDrop event to move or copy the elements to their new location.

C1DragDropManager exposes properties that allow you to customize the appearance of the drag markers for both the drag source and drop target. This makes the entire operation more user-friendly and visually appealing.

Dragging objects near the edges of a scrollable target causes it to scroll automatically, allowing end-users to drop elements exactly where they want in a single operation.