My code
<ScrollViewer IsZoomChainingEnabled="True" IsZoomInertiaEnabled="True" ZoomMode="Enabled" VerticalScrollBarVisibility="Hidden" HorizontalScrollBarVisibility="Hidden">
<Grid>
<Rectangle ManipulationMode="Sytem" Name="touchRectangle"
Height="100" Width="200" Fill="Blue"/>
</Grid>
</ScrollViewer>
</Grid>
I'm able to scroll horizontal when i pinch zoom but i want to scroll horizontal at start without zooming and horizontalscrollbar is hidden, any ideas how can i do this ? just like google map, i'm able to drag the view horizontal at the beginning