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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -