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 50 gong-wpf-dragdrop issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In case of a nested TabControl when dragging a TabItem the adorner's top part sinks to the child TabControl's height. Another (possibly) related bug is that you...

Bug

**Describe the bug** When dragging a non-draggable child TabItem of a TabControl the TabItem that is straight above the drag location gets dragged. In the screenshot I started dragging the...

Bug

**Functional Recommendations** Is there a ctrl+drag that allows copy insertion? I think this would be helpful for separate object manipulation, for example to help chapter catalogs to be built through...

Bug

**Describe the bug** When my application opens a Window drag & drop does not work for a UserControl inside that window in some circumstances, as Drop or even DragOver of...

Bug

**Describe the bug** When using ItemsControl with variety of item underlying types, the drag behaves incorrectly. The item type is evaluated incorrectly, thus drag won't work. **To Reproduce** Steps to...

Bug

Bumps [cake.tool](https://github.com/cake-build/cake) from 1.3.0 to 3.0.0. Release notes Sourced from cake.tool's releases. v3.0.0 As part of this release we had 45 issues closed. Breaking changes [#3722](cake-build/cake#3722) DotNetCore -> DotNet Rename...

dependencies

Bumps [Fody](https://github.com/Fody/Fody) from 6.6.4 to 6.7.0. Release notes Sourced from Fody's releases. 6.7.0 As part of this release we had 35 commits which resulted in 1 issue being closed. Bug...

dependencies

i need to set drag effect size be 75% of the size of souce, maybe add transform property

**Describe the bug** I have a `` as a Drop Target. Inside of the list view collection, I have a specific `` that is used as the Drag Source. When...

Bug