Loic.punker76.gong-wpf-dragdrop
1.0.0
dotnet add package Loic.punker76.gong-wpf-dragdrop --version 1.0.0
NuGet\Install-Package Loic.punker76.gong-wpf-dragdrop -Version 1.0.0
<PackageReference Include="Loic.punker76.gong-wpf-dragdrop" Version="1.0.0" />
<PackageVersion Include="Loic.punker76.gong-wpf-dragdrop" Version="1.0.0" />
<PackageReference Include="Loic.punker76.gong-wpf-dragdrop" />
paket add Loic.punker76.gong-wpf-dragdrop --version 1.0.0
#r "nuget: Loic.punker76.gong-wpf-dragdrop, 1.0.0"
#addin nuget:?package=Loic.punker76.gong-wpf-dragdrop&version=1.0.0
#tool nuget:?package=Loic.punker76.gong-wpf-dragdrop&version=1.0.0
<div align="center">
<a href="https://github.com/punker76/gong-wpf-dragdrop"> <img alt="gong-wpf-dragdrop" width="700" heigth="142" src="./GongSolutions.Wpf.DragDrop.Full.png"> </a> <h1>GongSolutions.WPF.DragDrop</h1> <p> An easy to use drag'n'drop framework for WPF. </p> <p> Supporting .NET Framework 4.5+ and .NET Core 3 (3.0 and 3.1) </p>
<a href="https://gitter.im/punker76/gong-wpf-dragdrop"> <img src="https://img.shields.io/badge/Gitter-Join%20Chat-green.svg?style=flat-square"> </a> <a href="https://twitter.com/punker76"> <img src="https://img.shields.io/badge/twitter-%40punker76-55acee.svg?style=flat-square"> </a> <a href="https://ci.appveyor.com/project/punker76/gong-wpf-dragdrop/branch/main"> <img alt="mainstatus" src="https://img.shields.io/appveyor/ci/punker76/gong-wpf-dragdrop/main.svg?style=flat-square&&label=main"> </a> <a href="https://ci.appveyor.com/project/punker76/gong-wpf-dragdrop/branch/develop"> <img alt="devstatus" src="https://img.shields.io/appveyor/ci/punker76/gong-wpf-dragdrop/develop.svg?style=flat-square&&label=develop"> </a> <a href="https://github.com/punker76/gong-wpf-dragdrop/releases/latest"> <img src="https://img.shields.io/github/release/punker76/gong-wpf-dragdrop.svg?style=flat-square"> </a> <br /> <a href="https://www.nuget.org/packages/gong-wpf-dragdrop"> <img src="https://img.shields.io/nuget/dt/gong-wpf-dragdrop.svg?style=flat-square"> </a> <a href="https://www.nuget.org/packages/gong-wpf-dragdrop"> <img src="https://img.shields.io/nuget/v/gong-wpf-dragdrop.svg?style=flat-square"> </a> <a href="https://www.nuget.org/packages/gong-wpf-dragdrop"> <img src="https://img.shields.io/nuget/vpre/gong-wpf-dragdrop.svg?style=flat-square&label=nuget-pre"> </a> <a href="https://github.com/punker76/gong-wpf-dragdrop/issues"> <img src="https://img.shields.io/github/issues/punker76/gong-wpf-dragdrop.svg?style=flat-square"> </a> <br /> <br />
</div>
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 otherItemsControl
. - 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 the
gong-wpf-dragdrop
solution - How to...
- Releases and Release Notes
- Release History
- Strong naming
- Wiki
- 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 ⭐ button, that's all... thx 😒quirrel: (:dollar:, 💶, 🍺 or some other gifts are also being accepted...).
In action
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1 | 7/31/2021 |