How to swipe images through button click event just like windows phone Gallery Photo(left to right or vice verse,use 2 button "<" and ">").I have use pivot control to swipe images one by one & list box to collect all images.It is working fine for swipe(touch) gesture.
标签:
windows-phone-8
相关问题
- How to access the camera from my Windows Phone 8 a
- How to append a file, asynchronously in Windows Ph
- Save pictures to custom folder in media library
- How to show/hide (with animation if possible) a Ch
- How to debug running out of memory on Windows Phon
相关文章
- LongListSelector on WP8 linq-to-sql binding issue
- How to free image cache/memory in Windows Phone 8?
- WP8 HttpClient.PostAsync never returns result
- FlipView control is not available in Windows Phone
- Implement AddRange on ObservableCollection with pr
- Does Thread.Sleep affect the ThreadPool?
- AdMob Interstitial Cocos2d-x WP8
- Technology for video encoding and decoding on Wind
you can easily achieve this via setting the Pivot.SelectedIndex
like
for forward
for backward