aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.xaml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-27 10:24:17 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-27 10:24:17 +0300
commitb4b30b3f031d04ddc89b5b7bc27d4b886b815593 (patch)
tree9ec8eb2121035c1cd5c152e9c41832357aa92b2d /Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.xaml
parentab3c5e1324e60c32486e29947e01343fd7c3ea09 (diff)
downloadTango-b4b30b3f031d04ddc89b5b7bc27d4b886b815593.tar.gz
Tango-b4b30b3f031d04ddc89b5b7bc27d4b886b815593.zip
Fixed several issues with touch.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.xaml')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.xaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.xaml b/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.xaml
index 7c3feb2df..c8b8bac34 100644
--- a/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.xaml
+++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchNumericTextBox.xaml
@@ -23,6 +23,7 @@
<Setter Property="FocusVisualStyle" Value="{x:Null}"></Setter>
<Setter Property="KeyboardMode" Value="Integer"></Setter>
<Setter Property="FocusSelectionMode" Value="SelectAll"></Setter>
+ <Setter Property="local:LightTouchScrollViewer.PreventScroll" Value="True"></Setter>
<Setter Property="keyboard:KeyboardView.Mode" Value="{Binding RelativeSource={RelativeSource Self},Path=KeyboardMode}"></Setter>
<Setter Property="keyboard:KeyboardView.Action" Value="{Binding RelativeSource={RelativeSource Self},Path=KeyboardAction}"></Setter>
<Setter Property="keyboard:KeyboardView.Container" Value="{Binding RelativeSource={RelativeSource Self},Path=KeyboardContainer}"></Setter>