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
Using the default Showcase application, I modified the ListBox/Grouping sample to use a WrapPanel as ItemsPanel into the ListBox.
I also added dd:DragDrop.ItemsPanelOrientation="Horizontal" so the adorner is vertical.
Observed
By dragging an item at the end of a group, the Adorner does not positions correctly.
It gets even worst if you reduce the width of the ListBox so the wrapping actually occurs.
Here is a GIF for demonstration
Expected
The adorner should positions at the end of the group.
What steps will reproduce this issue?
Using the default Showcase application, I modified the ListBox/Grouping sample to use a WrapPanel as ItemsPanel into the ListBox.
I also added
dd:DragDrop.ItemsPanelOrientation="Horizontal"
so the adorner is vertical.Observed
By dragging an item at the end of a group, the Adorner does not positions correctly.
It gets even worst if you reduce the width of the ListBox so the wrapping actually occurs.
Here is a GIF for demonstration
Expected
The adorner should positions at the end of the group.
Environment
Repository for reproducing
https://github.com/GallinaceUs/gong-wpf-dragdrop
The text was updated successfully, but these errors were encountered: