Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我有一个包含大量项目的 lisview(10-20k)。它是虚拟的(所有者数据)。我需要获得像 AListItem.visible 一样的属性,而不是在 OnDataEvent 中。有 MakeVisible 方法,但没有其他与可见性相关的属性 :( 。如果有 VisibleItems[] 数组(在滚动、调整大小和 viewStyleChange 时更新),则完美。关于我如何做到这一点的任何想法?
使用LVM_ISITEMVISIBLE消息。
LVM_ISITEMVISIBLE