views:

29

answers:

1

Im looking for a nice demo/sample using Windows Mobile Managed Gestures.

I have a main view that contains a single panel. Every item in the panel is another panel containing pictureBox and a label.

I would like to implement scrooling (finger flicking) to avoid using thin scroolers.

Are the Windows Mobile Managed Gestures the right solution to get this working, if so can some one provide me with a begginers demo?

I downloaded the source code from http://code.msdn.microsoft.com/gestureswm/Release/ProjectReleases.aspx?ReleaseId=3438 but i would need a simple example using this source.

Also a question ... does this work only on 6.5? Even if i got this working is there a way to support this in 6.0 ?

thanx!

+1  A: 

Have you looked at either of the two webcasts covering the library for usage examples?

As far as backward compatibility, so this is a WinMo 6.5-only feature because it uses the Gesture APIs which only exist in WinMo 6.5.

ctacke

related questions