listview items double click
C#
4
Posts
3
Posters
0
Views
1
Watching
-
in my listview if you double click an item, it checks or unchecks it. How can i capture the double click on an item and make it do something else?
-
in my listview if you double click an item, it checks or unchecks it. How can i capture the double click on an item and make it do something else?
-
Handle the DoubleClick event of the ListView.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
Would this cancel the checking or unchecking of an item in the listview?
-
Would this cancel the checking or unchecking of an item in the listview?