如何在 Comtl32.dll ListView 中获得矩形多重选择行为
可能的重复:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是您想要进行矩形选择,而不是顺序选择吗?
Do you mean that you want to make a rectangular selection, rather than a sequential selection?