I'm working on a windows phone 8.1 application with some sliders for various settings.
I would like to know if it is possible to only allow a user to drag the slider to change it's value. I do not want the value of the slider to change when the user taps an area away from the slider thumb (eg jump to the tapped point).
I have tried to set IsTapEnabled to false https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.uielement.istapenabled.ASPx
I have poured through the slider xaml documentation https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.slider
I still cant seem to disable 'tap change value' of the slider. Any insight is greatly appreciated!