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 コントロールとは異なり、選択した項目をプログラムで設定する場合には機能しません。