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
@RedX2501 The problem here was that the target UserControl doesn't set a Background brush (like Transparent) to use the entire bounds. So the result is then the wrong position for the inner bounds. Workaround is to set the Background, but I also fixed that now.
Describe the bug
When you have non-visible elements the Highlight border is misaligned.
To Reproduce
Steps to reproduce the behavior:
Open project, drag element onto target element.
DragDropBugReport.zip
This project uses the latest version with .net 6 but I have the problem with .net framework 4.7.2.
Expected behavior
The highlight border should be around the gray element but is offset.
The computation of the size to highlight is correct but the offset is not.
Desktop (please complete the following information):
OS: Win 10
Version: DragDrop 3.1.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: