You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the user to be able to drag Items in an ItemsControl.
My Items consist of a GroupBox which contains a ComboBox and a Button.
When I start dragging an Item from its upper half, the item itself starts getting dragged.
When I however start the dragging from the lower half, the next item gets dragged (the ghostly adorner shows the next item and the index that the drop handler gets is also wrong).
I created a minimal sample and a video showing the effect. The sources of the sample as well as the video are attached.
In the minimal sample the drop handler doesn't do anything, so no actual reordering takes place, but that could easily be added.
This version uses the sources of the Alpha 13, but the effect also happens with the latest non-prerelease version.
I want the user to be able to drag Items in an ItemsControl.
My Items consist of a GroupBox which contains a ComboBox and a Button.
When I start dragging an Item from its upper half, the item itself starts getting dragged.
When I however start the dragging from the lower half, the next item gets dragged (the ghostly adorner shows the next item and the index that the drop handler gets is also wrong).
I created a minimal sample and a video showing the effect. The sources of the sample as well as the video are attached.
In the minimal sample the drop handler doesn't do anything, so no actual reordering takes place, but that could easily be added.
This version uses the sources of the Alpha 13, but the effect also happens with the latest non-prerelease version.
WpfApplication2.zip
sample video.zip
The text was updated successfully, but these errors were encountered: