gong-wpf-dragdrop icon indicating copy to clipboard operation
gong-wpf-dragdrop copied to clipboard

The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF

Results 40 gong-wpf-dragdrop issues
Sort by recently updated
recently updated
newest added

#418 ## What changed? Added the code @KKauK suggested in #418 and enhanced Showcase to test touch. I was able to test on a touch panel and after the adjustments...

**Describe the bug** We have implemented drag and drop using this library and tested it with mouse without any significant issues (except [this](https://github.com/punker76/gong-wpf-dragdrop/issues/159#issuecomment-1106219688)), but when it was deployed to the...

Bug

**Describe the bug** When you have non-visible elements the Highlight border is misaligned. **To Reproduce** Steps to reproduce the behavior: Open project, drag element onto target element. [DragDropBugReport.zip](https://github.com/punker76/gong-wpf-dragdrop/files/9072969/DragDropBugReport.zip) This project...

Bug

It looks like this control supports IDragHandler but there are no examples that show how this works. I've implemented the interface and set `IsDragSource=true` assigned the data source and I...

Bug

**Describe the bug** In a 2D list, such as [HandyControl](https://ghost1372.github.io/handycontrol/)'s [FlexPanel](https://ghost1372.github.io/handycontrol/extend_controls/flexPanel/), or the UniformGrid, the position of the adorner is set by the closest element. However, in some cases, it...

Bug

If I select one row in the datagrid and drag the row using "UseDefaultDragAdorner" I get this: ![grafik](https://user-images.githubusercontent.com/82578508/164452988-f3807c1d-609d-4f23-8423-342d80a97e3b.png) when I select multiple rows I don't get the DragAdorner. Steps to...

Bug

## What changed? _Describe the changes you have made to improve this project._ Add own cloneable interface for easier handling: ```csharp /// /// Supports cloning like the ICloneable interface, which...

Feature

I have a piece of code below, trying to add drag and drop functionality in stack panel ```xaml ``` But I didn't succeed

Bug

I'm trying to do custom handling for multiple items in a grouped list box by implementing an `IDropHandler`. The default behavior without the drop handler works fine all around for...

Bug

Removing a list item from a selection using 'ctrl' key is applied on mouse down. Standard selection behaviour should remove a list item on mouse up. You can check this...

Bug