WPF Scrollviewer on touch screen tablet
问题 I'm writing a WPF application that is going to run on a full windows 8 touchscreen tablet (not RT). However touch scrolling doesn't seem to be working. So I'm wondering if it's something I'm doing wrong or if it's even possible? So, I have a WPF window with a scrollviewer. Within that scrollviewer I have a StackPanel which has loads of textblocks within it. See below: <ScrollViewer> <StackPanel> <TextBlock Text="Row 1" /> <TextBlock Text="Row 2" /> <TextBlock Text="Row 3" /> <TextBlock Text=