Is any "Check on click" property in WinListView as an System.Windows.Forms.CheckedListBox?
No. What you could do is handle the MouseClick event, use ItemFromPoint to get the item that was clicked (remember to check for null) and set the item's CheckState property accordingly.
tnx.
Not very useful. It'll be quite good to realize it in future (if it posiible of course :)