Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found a new issue on W10 #37

Open
tothpaul opened this issue Jul 10, 2019 · 0 comments
Open

Found a new issue on W10 #37

tothpaul opened this issue Jul 10, 2019 · 0 comments

Comments

@tothpaul
Copy link

Take W10 with two screens, and set the font size of one screen to 150%, the drag&drop from the 100% screen to the 150% screen don't work properly (Windows 10 < 1803, did not test for later versions).

BTW, the problem is that the component accept multiple components and need to find the drop target from the mouse position...in my case I have only one target registered, so in the FindTarget method I just exit from the loop when Targets.Count = 1 !

Another way could be to create an IDropTarget per component so you don't have to identify the target component anymore.

Regards
Paul

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

No branches or pull requests

1 participant