CF - Mobile Managed Gestures

Posted by no9 on Stack Overflow See other posts from Stack Overflow or by no9
Published on 2010-06-11T07:27:46Z Indexed on 2010/06/11 7:33 UTC
Read the original article Hit count: 284

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!

© Stack Overflow or respective owner

Related posts about compact-framework

Related posts about scrolling