I'd like to disable the multi-select feature of a checkbox in a ListView. How do I do that?
Set the selection mode (SelectionMode) to SelectionMode.Single.
listView1.SelectionMode = System.Windows.Controls.SelectionMode.Single;
Cheers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With