ListView 和 GestureListView 有什么区别?

发布于 2024-10-07 10:31:00 字数 48 浏览 1 评论 0原文

ListView 和 GestureListView 有什么区别?例子会很有帮助。

What's the difference between ListView and GestureListView? Examples would be helpful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

再见回来 2024-10-14 10:31:00

TListview 是一个 VCL 控件,基于 Windows listview< /code>,该组件用于一般用途,支持不同的可视化(样式),如报告样式、列表、小图标等。

 alt text

另一方面 TGestureListViewTCustomListView 后代,用于显示手势名称和带有手势形状的小缩略图。

替代文本

the TListview is a VCL control, based in the windows listview, this component is for general use and supports different visualizations (styles) like report style, lists, small icons, etc.

alt text

by the other hand the TGestureListView is a TCustomListView descendant which was made to display the name of gestures and a small thumbnail with the gesture’s shape.

alt text

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