2

I have been looking but have been unable to find as yet a nice comparison of the differences in touch / gesture support between the Windows Store app API's and WPF.

I have seen that WPF includes some basic touch events but do the WPF controls handle gestures such as swipe, hold and tap or would we need to implement our own identification of these getsures using the basic touch events?

Thanks Gavin

Gavin Bateup
  • 93
  • 1
  • 8

1 Answers1

0

Here is the full list of Windows Store App controls: wpf controls

When developing a Windows Store App, you will use there controls. They have (where applicable) built in gesture support.

Ketobomb
  • 2,108
  • 1
  • 17
  • 27