Skip to content

gong-wpf-dragdrop v2.0.0

Compare
Choose a tag to compare
@punker76 punker76 released this 28 Mar 23:14
2201eb0

As part of this release we had 46 issues closed.

Breaking Changes

  • #304 Use new msbuild csproj file and other stuff
  • #302 Drop targeting to framework .Net 3.5 and .Net 4.0
  • #301 Strong-Naming again...
  • #274 Increase major on breaking changes

Bugs

  • #309 Dragdrop tool throws an exception when trying to reorder ListBox items that are themselves collections.
  • #296 DropTargetInsertionAdorner is short
  • #295 Adorner being calculated incorrectly with a WrapPanel as ItemsPanel in a ListView
  • #291 Changing the width of dragging effect?
  • #284 Nested list view drop target
  • #283 Fix for dragging an item over a nested ListView ref. #266
  • #276 Fix DropTargetInsertionAdorner for empty DataGrid and ListView
  • #272 Edited UnfilteredInsertIndex property
  • #266 Fix for dragging an item over a nested ListView
  • #265 (#264) Fix Ctrl-Click and drag only drags most recently selected item
  • #264 Ctrl-Click and drag only drags most recently selected item
  • #259 Fix #258 wrong dragged item
  • #258 When dragging a selected item, the drag info contains the previously selected items
  • #248 Fix IDropInfo.Data when dragging from an ItemsControl using a CollectionViewSource with groups
  • #247 Drag&Drop for Row Header in DataGrid
  • #244 Dragging an item over a nested ListView which is not a DropTarget will use it as target instead of parent
  • #242 Drag a listbox item that has its own listbox inside
  • #239 Fix Issue 235 adds focus when clicking unfocused ListBox that switche…
  • #235 Focus when selecting an item inside a Multiple Selection in a Control that currently does not have Focus does not change Focus as Expected
  • #234 TargetItem is always null
  • #233 NullReferenceException

Feature Request

  • #292 Allow DataObject to be any object

Enhancements

  • #297 Added DropTargetScrollViewer property
  • #287 Non ItemsControls use PreviewEvents instead of Bubbeling-Event-Version
  • #285 Make dragInfo available in custom drag adorner template selector
  • #275 New Feature: Select dropped items after drag&drop action
  • #273 Optimization in Drop method of DefaultDropHandler
  • #271 Drag&Drop from App to App
  • #270 (#269) Using own DataFormat for Drag&Drop action
  • #269 Using own DataFormat for Drag&Drop action
  • #268 New attached property ShowAlwaysDropTargetAdorner
  • #267 Add DragAdorner and EffectAdorner translation attached properties
  • #263 Added custom effect text
  • #261 Fix for #255 using custom DataObject
  • #255 Use custom DataObject directly without checking the Data again
  • #251 Allow for adjusting minimum vertical and horizontal drag distances
  • #249 Can we change the default position behavior of adorner?
  • #229 DropAdornerTemplate
  • #203 New attached property ShowDropAdornerOnEmptyTarget
  • #176 Reordering ListBox items - renew selection after drop
  • #115 Possible to have different DragAdornerTemplates based on DropTarget?

Hacktoberfest

  • #300 Add dependency property DropEventType

Where to get it

You can download this release from gong-wpf-dragdrop