CF - 移动管理手势
我正在寻找使用 Windows Mobile 托管手势的精彩演示/示例。
我有一个包含单个面板的主视图。 面板中的每个项目都是另一个包含 pictureBox 和标签的面板。
我想实现滚动(手指轻弹)以避免使用薄滚动条。
Windows Mobile 托管手势是否是实现此功能的正确解决方案?如果是,有人可以为我提供初学者演示吗?
我从 http://code.msdn 下载了源代码。 microsoft.com/gestureswm/Release/ProjectReleases.aspx?ReleaseId=3438 但我需要一个使用此源的简单示例。
还有一个问题......这仅适用于 6.5 吗? 即使我得到了这个工作,有没有办法在 6.0 中支持这个?
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过这两个中的任何一个 涵盖该库的网络广播有关用法示例?
就向后兼容性而言,这是 WinMo 6.5 独有的功能,因为它使用 手势API仅存在于WinMo 6.5中。
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.