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.
更改ListView的选定项(或索引)时会发生哪个事件?
Private Sub ListView1_ItemClick(ByVal Item As MSComctlLib.ListItem)
可能是反直觉的,但你去。
适用于使用键盘或鼠标进行选择,但与 ListBox 控件不同,在以编程方式设置所选项目时不起作用。