rodriwasabi / gong-wpf-dragdrop

Automatically exported from code.google.com/p/gong-wpf-dragdrop
0 stars 1 forks source link

does not work when use style #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. apply an style
2. Try to drag...
3. dont work :(

Original issue reported on code.google.com by FreakOnA...@gmail.com on 4 May 2010 at 9:36

GoogleCodeExporter commented 8 years ago
Yes, you're correct. Styles can change the visual tree in ways that I'd not 
thought 
about. I am looking into this now and will try to come up with a fix.

Original comment by gro...@gmail.com on 4 May 2010 at 8:58

GoogleCodeExporter commented 8 years ago
Could you check out r21 in SVN?

I've committed fixes which allow the library to work when one of the WPF 
Toolkit styles 
are in use. If this doesn't fix the library in your case, then please let me 
know which 
style you're using.

Original comment by gro...@gmail.com on 4 May 2010 at 9:31

GoogleCodeExporter commented 8 years ago
It works fine now, thanks.

However, there is still a strange behavior. when you have a control (like a 
slider) 
within the element, you can not use it correctly because it raises the drag 
event

Original comment by FreakOnA...@gmail.com on 5 May 2010 at 8:11