# gong-wpf-dragdrop **Repository Path**: matadorbb/gong-wpf-dragdrop ## Basic Information - **Project Name**: gong-wpf-dragdrop - **Description**: The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF - **Primary Language**: C# - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-10 - **Last Updated**: 2023-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
gong-wpf-dragdrop

GongSolutions.WPF.DragDrop

An easy to use drag'n'drop framework for WPF.

masterstatus devstatus


## Features + Works with MVVM : the logic for the drag and drop can be placed in a ViewModel. No code needs to be placed in codebehind, instead attached properties are used to bind to a drag handler/drop handler in a ViewModel. + Works with multiple selections. + Can drag data within the same control to re-order, or between controls. + Works with `ListBox`, `ListView`, `TreeView`, `DataGrid` and any other `ItemsControl`. + Can insert, move or copy an item into a collection of the same control or into another. + Can display Adorners to give the user visual feedback of the operation in progress. + Has sensible defaults so that you have to write less code for common operations. ## Let's get started - [Building](../../wiki/Building) the `gong-wpf-dragdrop` solution - [How to...](../../wiki/Usage) - [Releases and Release Notes](../../releases) - [Release History](../../wiki/Release-History) - [Strong naming](../../wiki/Strong-naming) - [Wiki](../../wiki) - [License](https://github.com/punker76/gong-wpf-dragdrop/blob/dev/LICENSE) ## Want to say thanks? This framework is free and can be used for free, open source and commercial applications. It's tested and contributed by many people... So mainly hit the :star: button, that's all... thx :squirrel: (:dollar:, :euro:, :beer: or some other gifts are also being accepted...). ## In action ![screenshot01](./screenshots/2016-09-03_00h51_35.png) ![screenshot02](./screenshots/2016-09-03_00h52_20.png) ![screenshot03](./screenshots/2016-09-03_00h53_03.png) ![screenshot04](./screenshots/2016-09-03_00h53_21.png) ![gif01](./screenshots/DragDropSample01.gif)