c# - ListViewItem Checked vs. Selected -


for actions should use checkbox vs. selecteditem of listviewitem? can't think comes down personal preference, again, still don't know.

a checked item won't loose "check" if select other items. selected items can grouped using control/shift, when click on item without shift/control, other items deselected.

i think safe assume checked items more persistent experience. can undone physically "un" checking it.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -