diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-27 10:24:17 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-27 10:24:17 +0300 |
| commit | b4b30b3f031d04ddc89b5b7bc27d4b886b815593 (patch) | |
| tree | 9ec8eb2121035c1cd5c152e9c41832357aa92b2d /Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml | |
| parent | ab3c5e1324e60c32486e29947e01343fd7c3ea09 (diff) | |
| download | Tango-b4b30b3f031d04ddc89b5b7bc27d4b886b815593.tar.gz Tango-b4b30b3f031d04ddc89b5b7bc27d4b886b815593.zip | |
Fixed several issues with touch.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml b/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml index 71624bb37..715705a87 100644 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml +++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml @@ -23,6 +23,7 @@ <Setter Property="Foreground" Value="{StaticResource TangoDarkForegroundBrush}"></Setter> <Setter Property="Focusable" Value="False"></Setter> <Setter Property="FocusVisualStyle" Value="{x:Null}"></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> |
