We developed a WPF application that can be opened in tablets. However the scroll viewer cannot be scrolled using pen/stylus, but can be scrolled using finger touch. How to support both?
<ScrollViewer x:Name="ScrollViewerA" VerticalScrollBarVisibility="Auto" PanningMode="VerticalOnly" Grid.Column="0" Grid.Row="1" ManipulationBoundaryFeedback="ScrollViewerA_ManipulationBoundaryFeedback"><!--Contents Here--></ScrollViewer>