All Projects → punker76 → Gong Wpf Dragdrop

punker76 / Gong Wpf Dragdrop

Licence: bsd-3-clause
The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Gong Wpf Dragdrop

Vvvebjs
Drag and drop website builder javascript library.
Stars: ✭ 4,609 (+176.15%)
Mutual labels:  open-source, drag-and-drop, drag, drag-drop
Controlzex
Shared Controlz for WPF and ... more
Stars: ✭ 561 (-66.39%)
Mutual labels:  hacktoberfest, open-source, oss, wpf
Code Samples
Just some code samples for MahApps and other experiments...
Stars: ✭ 205 (-87.72%)
Mutual labels:  open-source, oss, gui, wpf
Mahapps.metro.simplechildwindow
A simple child window for MahApps.Metro
Stars: ✭ 339 (-79.69%)
Mutual labels:  open-source, oss, gui, wpf
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+380.71%)
Mutual labels:  hacktoberfest, open-source, oss, wpf
React Smooth Dnd
react wrapper components for smooth-dnd
Stars: ✭ 1,560 (-6.53%)
Mutual labels:  drag-and-drop, drag, drop, drag-drop
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (-30.68%)
Mutual labels:  hacktoberfest, open-source, oss, wpf
Simple Music Player
Simple Music Player - SimpleMP - Keeps it simple and plays your music
Stars: ✭ 298 (-82.14%)
Mutual labels:  open-source, oss, wpf
Smooth Dnd
drag and drop library for javascript
Stars: ✭ 408 (-75.55%)
Mutual labels:  drag-and-drop, drag, drop
Awesome Open Source Supporters
⭐️ A curated list of companies that offer their services for free to Open Source projects
Stars: ✭ 457 (-72.62%)
Mutual labels:  hacktoberfest, open-source, oss
Kddraganddropcollectionview
This component allows for the transfer of data items between collection views through drag and drop
Stars: ✭ 476 (-71.48%)
Mutual labels:  drag-and-drop, drag, drop
Sortable
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
Stars: ✭ 23,641 (+1316.48%)
Mutual labels:  drag-and-drop, drag, drag-drop
Mycroft Core
Mycroft Core, the Mycroft Artificial Intelligence platform.
Stars: ✭ 5,489 (+228.88%)
Mutual labels:  hacktoberfest, open-source, oss
image-uploader
Simple Drag & Drop image uploader plugin to static forms, without using AJAX
Stars: ✭ 70 (-95.81%)
Mutual labels:  drag-and-drop, drag, drop
vue-simple-upload-component
A simple upload component for Vue.js 2.x
Stars: ✭ 14 (-99.16%)
Mutual labels:  drag-and-drop, drag, drop
rc-dock
Dock Layout for React Component
Stars: ✭ 318 (-80.95%)
Mutual labels:  drag-and-drop, drag, drop
Silex
Silex is a static website builder in the cloud.
Stars: ✭ 958 (-42.6%)
Mutual labels:  drag-and-drop, drag, drag-drop
The Drag And Drop Component Suite For Delphi
Stars: ✭ 109 (-93.47%)
Mutual labels:  drag-and-drop, drag, drag-drop
dockview
Zero dependency layout manager and builder with ReactJS support
Stars: ✭ 45 (-97.3%)
Mutual labels:  drag-and-drop, drag, drop
KDRearrangeableCollectionViewFlowLayout
A Drag and Rearrange UICollectionView through its layout
Stars: ✭ 73 (-95.63%)
Mutual labels:  drag-and-drop, drag, drop
gong-wpf-dragdrop

GongSolutions.WPF.DragDrop

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

Supporting .NET Framework 4.6.2+, .NET Core 3.1, .NET 5 and .NET 6 (on Windows)


mainstatus 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 code-behind, 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 (different) controls.
  • Works with ListBox, ListView, TreeView, DataGrid and any other ItemsControl.
  • Can insert, move or copy an item into a collection of the same/another control (same item type).
  • Can display Adorners to give the user visual feedback of the operation in progress.
  • Can display a preview of the dragged item (the preview is always visible).
  • Has sensible defaults so that you have to write less code for common operations.

Let's get started

License

Copyright © Jan Karger, Steven Kirk and Contributors. All rights reserved.

GongSolutions.WPF.DragDrop is provided as-is under the BSD 3-Clause License. For more information see LICENSE.

Want to say thanks?

This framework is free and can be used for free, open source and commercial applications. It's tested, used and contributed by many awesome people. So hit the magic button, we appreciate it!!! 🙏

Become a sponsor and show your support to this open source project.

If you use GongSolutions.WPF.DragDrop as serious task, and you'd like to honor my work on it, please donate, I'll appreciate it.

Does your company use GongSolutions.WPF.DragDrop? Ask your manager or marketing team if your company would be interested in supporting this project. Your company's logo can be shown on GitHub - who doesn't want a little extra exposure?

In action

gif01

screenshot01

screenshot02

screenshot03

screenshot04

gif02

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].