Windows 移动 (MFC)。 CListView 用按钮而不是通常的字符串?

发布于 2025-01-04 05:11:53 字数 92 浏览 1 评论 0原文

我不知道如何实现这个功能。

我的临时解决方案是放置固定数量的可见CBitmapButton和滚动条。然后,我处理滚动条位置的更改并选择放置按钮的适当外观。

i have no idea how to realize this feature.

My temporary solution is to place a fixed number of visible CBitmapButton and a scrollbar. Then I handle the scrollbar position changing and choose the appropriate appearance of the placed buttons.

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

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

发布评论

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

评论(1

流云如水 2025-01-11 05:11:53

对于普通(非移动)MFC,答案是将 CListView 置于图标模式 (LVS_ICON),并使用带有位图的 CImageList。这提供了 32x32 图标,还有适用于 16x16 图标的 LVS_SMALLICON 模式。这些选项也可用于移动设备。

With normal (not Mobile) MFC, the answer would be to put the CListView into Icon mode (LVS_ICON), and use an CImageList with the bitmaps. This offers 32x32 icons, and there is also a LVS_SMALLICON mode for 16x16 icons. These options may also be available for Mobile.

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