WPF & Silverlight Controls
Step by Step

Tutorials, video, and code to make
your XAML development easier
and more productive!
Skip Navigation LinksProducts > XAML > XAMLflix > DragAndDrop
Get started on the right foot Download Silverlight and / or Download WPF

Tutorials, videos, and code

What is XAMLflix?

XAMLflix is your step-by-step guide to getting started with RadControls for Silverlight & WPF. Make your XAML development easier and more productive with this library of video tutorials covering the controls in the suite.

Silverlight & WPF

Say Hello to RadDragAndDrop

RadDragAndDrop for Silverlight/WPF allows users to drag any element and drop it onto any other element. The associated events allow users to completely handle the Drag And Drop process, thus easily building complex and flexible business logic. The Drag And Drop Manager allows Drag-Drop operations to be implemented between any two controls. The manager can generate visual cues to help the user and will automatically scroll ScrollViewers to reveal content.

Getting Started with RadDragAndDrop

In this video, we will see how easy it is to take two Listboxes and Drag and Drop items between them using RadDragAndDrop.

Download the project

Enabling and Customizing the Arrow Cue with RadDragAndDrop

In this video, we are going to enable the arrow cue for your users to easily distinguish between what item is dropped where and customize the color of it.

Download the project

Combining the Drag and Drop Framework with RadTabControl

In this video, we are going to use the Drag and Drop framework with the RadTabControl. Your user will be able to drag and drop items between tabs quickly and easily.

Download the project