Contact Sales: +1-888-365-2779

DragAndDrop

Overview

Drag-Drop
A control for drag and drop functions in your application

Features

  • Rich Event Handling

    The WPF Drag & Drop provides a wide set of events that can be used to handle the actions happening upon a drag and drop operation. Using the variety of events you can adjust the Drag & Drop actions to your very custom application’s logic, thus providing a great flexibility to the users.

    Top

  • Visual ArrowCue

    RadDragAndDropManager enables you to set a visual cue while dragging an element. This visual cue will be stretched and rotated in a way that the cue’s left side will point to the original mouse position of the drag, while its right side will be the current mouse position. The visual cue will guide the users as they perform the drag and drop operations.

    Top

  • Visual DragCue

    Drag & Drop for WPF uses a DragCue to follow the mouse while the user performs drag and drop operations. The DragCue appears always on top of other objects. This feature is another visual guide for the drag and drop operations, which helps the users.

    Top

  • ScrollViewers

    The control will automatically use ScrollViewers to reveal content when the destination of the drag and drop operation is not visible. This makes the drag and drop process applicable even when the operation should be performed with parts of the pages that are not visible on the screen.

    Top

  • Drag Threshold

    You can choose the minimum distance that a user needs to move the mouse to start a drag operation.  With this accidental and unwanted dragging can be avoided.

    Top

  • WPF/Silverlight Code Compatibility

    The WPF RadDragAndDropManager shares a single codebase with its Silverlight version. This means that you can achieve close to 100% code reuse for your drag/drop logic.

    Top

  • DragDrop Within a TreeView and Between TreeViews

    The RadTreeView for WPF uses the Telerik Drag & Drop to allow rearranging of items within the same control and across different TreeViews.

    Top