1

I am using FlipView from Kinnara's fork of Windows Phone Toolkit. I want to use it in ScrollViewer like in title. FlipView would handle flick/swipe in horizontal and ScrollViewer would work with vertical. I get it almost right but when user tries flick vertical on FlipView it doesn't do anything. I guess it's because manipulation events in flipview has e.Handled set to true. Is it right? How can I remove this when I am using toolkit by Nuget? Or is there another aproach? Thanks

Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
  • To confirm that it is e.Handled, you should clone the fork and include the project into your solution. Then make the changes needed to see if that fixes your issue. – rikkit Dec 10 '14 at 10:15
  • I was trying to but when I did it there was problem with content. Instead of showing images it shows class name like I was binding not path but whole object but I wasn't. – Libor Zapletal Dec 11 '14 at 12:28

0 Answers0