rodriwasabi / gong-wpf-dragdrop

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

Slider in list item can't be changed. DD thinks the list item is being dragged. #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In XAML created a ListBox with a DataTemplate containing a slider
2. Start to move the slider
3. DD thinks it dragging the list item (you can see the cursor and adorner)
4. Slider stops moving because presumeably the listItem is being dragged

What is the expected output? What do you see instead?
1. Would like to be able move the slider in a draggable list item.

What version of the product are you using? On what operating system?
1. Win 7
2. Latest download 0.1.2

Please provide any additional information below.
1. This problem was indirectly mentioned in issues 10 and 12
2. This is beautifully implemented especially for MVVM. Would really like to 
standardize on using it.

Original issue reported on code.google.com by bark...@yahoo.com on 22 Jun 2011 at 7:57