如何在 Comtl32.dll ListView 中获得矩形多重选择行为

发布于 2024-07-07 01:01:20 字数 433 浏览 6 评论 0原文

可能的重复:
ListView 多选行为?

Comtl32 中的 ListView。 dll v6.0 进行多项选择(使用 Shift 键时)如下(x 表示已选择)

00xxxx
xxxxxx
xxxx00

早期版本的 ListView 的做法如下:

00xx00
00xx00
00xx00

有没有办法让它按照第一种方式(comctl32 v6.0方式)?

Possible Duplicate:
ListView multiple selection behavior?

The ListView in Comtl32.dll v6.0 does multiple selection (when using Shift key) as follows (x means selected)


00xxxx
xxxxxx
xxxx00

Earlier versions of ListView do it as follows :


00xx00
00xx00
00xx00

Is there any way to have it do the first way (the comctl32 v6.0 way)?

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

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

发布评论

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

评论(1

拍不死你 2024-07-14 01:01:20

您的意思是您想要进行矩形选择,而不是顺序选择吗?

Do you mean that you want to make a rectangular selection, rather than a sequential selection?

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