Reputation: 14092
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
Upvotes: 1
Views: 165