-
Notifications
You must be signed in to change notification settings - Fork 416
Home
Jan Karger edited this page Oct 30, 2018
·
8 revisions

The GongSolutions.WPF.DragDrop library is an easy to use drag'n'drop framework for WPF.
- 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,DataGridand 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.
+ Usage
- This framework is free, can be used in commercial applications too, so please hit the ⭐ Star ⭐ button, cause this is the only payment (Cash donations are also being accepted ;-P ).
I will not do this anymore for this packages (beginning with v1.0).
Why?
Strong-named assemblies are only useful in some rare scenarios. If you need strong-named assembly then you can compile the source by yourself ore use the Strong Namer from Daniel Plaisted @dsplaisted or Strong-Name Signer from Werner van Deventer @brutaldev.
More informations about the reason of this decision can be found here:
- Still Strong-Naming your Assemblies? You do know it’s 2016, right?
- XAML Behaviors UWP Managed 1.1.0
- Strong-Named Assemblies