diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-05 19:24:36 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-05 19:24:36 +0300 |
| commit | 466b54210bc5066e6e29107d6c8f996f360b1426 (patch) | |
| tree | 287625244cc1a16b59ecce589eb7b506df4c9363 /Software/Visual_Studio/Tango.DragAndDrop | |
| parent | 2800ef294e92c6181c47ecf5bd556fcb25dc62ce (diff) | |
| download | Tango-466b54210bc5066e6e29107d6c8f996f360b1426.tar.gz Tango-466b54210bc5066e6e29107d6c8f996f360b1426.zip | |
Done some work on color catalog.
Removed manipulation enabled from everywhere!
Implemented "DelayCommand for TouchButton"..
Diffstat (limited to 'Software/Visual_Studio/Tango.DragAndDrop')
| -rw-r--r-- | Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs index 26a89911e..586071363 100644 --- a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs +++ b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs @@ -574,7 +574,7 @@ namespace Tango.DragAndDrop element.RegisterForPreviewMouseOrTouchDown(Draggable_PreviewMouseDown); element.RegisterForMouseOrTouchMove(Draggable_MouseMove); element.PreviewMouseUp += Draggable_PreviewMouseUp; - element.IsManipulationEnabled = true; + //element.IsManipulationEnabled = true; //element.AddHandler(FrameworkElement.PreviewMouseDownEvent, (MouseButtonEventHandler)Draggable_PreviewMouseDown, true); //element.AddHandler(FrameworkElement.MouseMoveEvent, (MouseEventHandler)Draggable_MouseMove, true); |
