Find the selected ListView item and then perform an action on click

前端 未结 0 1936
梦如初夏
梦如初夏 2020-12-17 04:15

I tried this:

 If ListView1.SelectedItems = 1 Then
        \'do somehting
    ElseIf ListView1.SelectedItems = 1 Then
        \'do something else
    Else
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题