Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
"Check on click" functionality
posted

Is any "Check on click" property in WinListView as an System.Windows.Forms.CheckedListBox?

Parents
  • 69832
    Verified Answer
    Offline posted

    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.

Reply Children
No Data