Skip to content

Instantly share code, notes, and snippets.

@JerryNixon
Created July 20, 2016 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JerryNixon/518f8c22cb031743e800a7cda271e131 to your computer and use it in GitHub Desktop.
Save JerryNixon/518f8c22cb031743e800a7cda271e131 to your computer and use it in GitHub Desktop.
Simply FlipView
<FlipView Width="320"
Height="480"
RelativePanel.AlignHorizontalCenterWithPanel="True"
RelativePanel.AlignVerticalCenterWithPanel="True">
<FlipView.ItemTemplate>
<DataTemplate>
<Image Source="{Binding}" />
</DataTemplate>
</FlipView.ItemTemplate>
<FlipView.Items>
<x:String>http://www.7diphone.com/wp-content/uploads/Movie/320/Star%20Trek%20Badge%20Logo-320x480%20wallpapers.jpg</x:String>
<x:String>http://www.iphonewallpapers.net/wallpapers/g161d9ydf1u29nc.jpg</x:String>
<x:String>https://s-media-cache-ak0.pinimg.com/236x/cd/f5/cb/cdf5cba7bb731825ecd6f75a775bfb82.jpg</x:String>
<x:String>https://s-media-cache-ak0.pinimg.com/564x/21/48/3b/21483b8cdeee72906afd42c0f455fdd9.jpg</x:String>
<x:String>https://s-media-cache-ak0.pinimg.com/564x/89/06/cc/8906cca091631abb30f34fb85c666cb2.jpg</x:String>
<x:String>https://s-media-cache-ak0.pinimg.com/736x/5a/91/7b/5a917b2bef1ecac87fe7d2ab2778e501.jpg</x:String>
<x:String>http://ihdwallpapers.com/download/star_trek_into_darkness_imax_poster-320x480.jpg</x:String>
<x:String>http://www.hdwallpaperup.com/wp-content/uploads/2016/06/Star-Trek-Beyond-2016-Poster-320x480.jpg</x:String>
<x:String>https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTbDBH5r6TR4waXWZzV6a35k3SGpw_YcPAYrmTF-Cq9zCropW72DA</x:String>
<x:String>http://gaming.trekcore.com/startrekonline/wallpapers/StarTrekOnline_Wallpaper_04.jpg</x:String>
<x:String>http://www.yourgamesource.com/images/gaming_related/Star-Trek-Logo.jpg</x:String>
</FlipView.Items>
</FlipView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment