VB.NET 在虚拟模式下使用 ListViewGroup

发布于 2024-10-24 08:21:22 字数 33 浏览 8 评论 0原文

是否可以在虚拟模式下的 ListView 中使用组?

Is it possible to use groups in a ListView which is in VirtualMode?

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

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

发布评论

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

评论(1

北城挽邺 2024-10-31 08:21:22

标准 .NET ListView 不能。

底层 Windows 控件有一个未记录的接口,允许 ListView 以虚拟模式显示组(在 Vista 及更高版本上)

ObjectListView - - .NET ListView 的开源包装器 - 使用未记录的接口进行艰苦的工作,以便其虚拟列表可以显示组。 请参阅此处了解说明。

A standard .NET ListView cannot.

The underlying Windows control has an undocumented interface which allows ListViews to show groups in virtual mode (on Vista and later)

ObjectListView -- an open source wrapper around a .NET ListView -- does the hard work of using that undocumented interface so its virtual lists can show groups. See here for a description.

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