GongSolutions.WPF.DragDrop
A framework that makes it easier for you to use drag-and-drop functions in WPF
Supports. NET Framework 4.6.2+,. NET Core 3.1,. NET 5 and. NET 6 (only available on Windows platforms)
1. characteristics
- 与
MVVM配合使用:拖放逻辑可以放在ViewModel中。使用附加属性绑定到ViewModel中的拖放处理方法,而无需在代码隐藏中放置相关代码。 - Can be used for multiple choices.
- You can drag data within the same control to reorder, or you can drag data between (different) controls.
- 可用于
ListBox,ListView,TreeView,DataGrid和其他任何ItemsControl。 - You can insert, move, or copy data items into a collection of the same/another control (same data item type).
- Decorators can be displayed to provide users with visual feedback of what is being done.
- You can display a preview of the dragged item (the preview is always visible).
- Has reasonable defaults, so you can write less code for common operations.
2. Let's start experiencing it
3. License
Copyright by Jan Karger, Steven Kirk and other contributors.
GongSolutions.WPF.DragDrop 基于 BSD 3-Clause 协议. 有关该协议请参考说明LICENSE.
4. Screenshots of some operations






5. warehouse
Authors: Jan Karger, Steven Kirk
License:BSD 3-Clause License
