how to highlight an item in listview?

前端 未结 2 1210
遇见更好的自我
遇见更好的自我 2021-01-19 07:47

I\'m trying to Drag from listView1 and drop on listLocal which both of them are ListView
It\'s a file transfer application between client and server, th

相关标签:
2条回答
  • 2021-01-19 08:45

    You may try to handle the DragOver method. or have a look at example from microsoft: MSDN

    0 讨论(0)
  • 2021-01-19 08:50

    Set the HideSelection property to False

    0 讨论(0)
提交回复
热议问题