-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Disabling drag'n'drop on buttons of subitem #119
Comments
@dijkstra33 I'll look into. |
In my fork (which I keep meaning to submit patches from but I didn't do I removed a check which prevents drag/drop in nested ItemsControl. I know On Tue, Dec 30, 2014 at 1:00 AM, Jan Karger notifications@github.com
|
@matelich your fix didn't help. |
@dijkstra33 I can't reproduce your issue. I've added an example |
@punker76 here is my example: Sorry, I didn't say about recursiveness in first post. |
@dijkstra33 i tested your example with the latest 1.0.0 alpha and can't find any problems, so maybe this issue is fixed now... |
@punker76 Yes, you've fixed it. Thanks a lot! |
Hi! I have an ItemsControl in wpf with enabled dd(need dd between all elements independently of inclusion level). Some DataTemplates have buttons in it's structure. On first level of inclusion everything works fine, but when we go deeper (-_-): when root ItemsControl have ItemsControl in some DataTemplate, and this 2nd level DataTemplate have buttons in it's structure - I only can click this button with two clicks instead of one: first click is eat by dd.
With deeper levels of inclusion (3rd, 4th etc.) I have the same problem: buttons on this levels can only be clicked by two presses.
Do you have some solution for such a problem ?
The text was updated successfully, but these errors were encountered: