MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.33k stars 2.44k forks source link

Support swipe gesture for FlipView #2508

Open h82258652 opened 8 years ago

h82258652 commented 8 years ago

I am using FlipView control in my tablet. But I found I can not use swipe left or swipe right to change the FlipView SelectedIndex. I think it should support like windows store app.

Environment

jumulr commented 7 years ago

It might be nice to implement pushback as well. You know, when you swipe less than the half and so don't slide to the next item, just get pushed back at the beginning of the current one. It is labeled 'Help wanted', may i help ? How ?

h82258652 commented 7 years ago

Thanks @jumulr response, it sound like awesome. I don't have any gesture experience about wpf. Hope to see the PR.