Skip to content

Conversation

@punker76
Copy link
Owner

No description provided.

punker76 and others added 30 commits September 26, 2016 16:04
  Add own appveyor yaml
  Update cake build script
  Fix nuspec for release
  Use correct assembly info
  Allow ButtonBase controls at mouse down of source control
  Test for the correct source start control at mouse move
  Application crashes with nested drag source
  TreeView.SelectedItemProperty is a read only property, so we must set the selection on the TreeViewItem itself
  CaptureScreen error
  Handle negative size of the target bounds
  With even the most basic example, I get a NullReferenceException when dragging
  Change constructor of DropTargetAdorner and give the DragInfo as parameter to the adorner directly.
  This fixes hopefully the exception at the OnRender method.
  Ignoring the ScrollBar at the VisualTreeHelper.HitTest improves the performance of the DragAdorner while moving the mouse cursor on the ScrollBAr
  It's possible to get a null reference with the ItemsControlFromItemContainer method, so better check the result.
  Closes #200 Shortcut for copy-paste / cut-paste functionality?
  Closes #211 ListBox DragDropKeyStates example moves when being told to copy
  Closes #223
  ContentElements such as Runs within TextBlocks could not be used as drop target items, because they are not UIElements.
  Set the SourceItem to DataContext from sender of the drag operation
  Set VisualSourceItem to the OriginalSource of the drag operation
  Use mouse position from OriginalSource if possible
  Closes #156 Most simplest case is not working
  Closes #157 Fix IsNotPartOfSender fixes #156
  This property specifies how the ScrollViewer reacts to the drop action
  Closes #205 Prevent scrolling in 1 direction
  Add new attached property DropTargetAdornerBrush
  Add a Pen property to DropTargetAdorner
  Closes #225 change AdornerInsert color
  Closes #218 Add mouse right button dragging support
   Closes #1 Selecting an item and the mouse quickly changes selection before drag is started
  Closes #103 Insert position calculates improperly for expanded TreeViewItem
  Search for the ScrollContentPresenter only for DataGrid to show the DropTargetAdorner, cause on the other item controls it will shown on top.
  Minor offset for Highlight adorner rectangle.
  Closes #207 Drop Target Adorner Z level
  So it's possible to override this at the IDropTarget DragOver method.
  Closes #154 Stop scrolling when dropping not allowed
@punker76 punker76 merged commit 2dc5de9 into master Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants