Windows Phone: how to disable touch scrolling in ScrollViewer (Listbox)?
问题 i have a scrollviewer with a listbox inside: i need to disable the vertical scroll by touch, how can i? In other words, the user can't scroll with the touch (i have put buttons, but this is another story). <ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Disabled" x:Name="imagesScrollview" Width="480" Height="595" Margin="0,112,0,63"> <ScrollViewer.RenderTransform> <CompositeTransform/> </ScrollViewer.RenderTransform> <ListBox Name="listavideo" Height="595"