CF - 移动管理手势

发布于 2024-09-04 20:06:28 字数 519 浏览 7 评论 0原文

我正在寻找使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心如荒岛 2024-09-11 20:06:28

您是否看过这两个中的任何一个 涵盖该库的网络广播有关用法示例?

就向后兼容性而言,这是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文