Advertisement
Guest User

Untitled

a guest
Dec 19th, 2012
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 KB | None | 0 0
  1.     <ScrollViewer Style="{StaticResource HorizontalScrollViewerStyle}">
  2.         <Grid>
  3.             <GridView
  4.                ItemsSource="{Binding}"
  5.                x:Name="itemListView"
  6.                SelectionMode="Extended"
  7.                IsSwipeEnabled="True"
  8.                IsItemClickEnabled="True"
  9.                ItemClick="ItemView_ItemClick" />
  10.         </Grid>
  11.     </ScrollViewer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement