C
Colin Cashman
Is there a simple way of tweaking a list view so that the list view must
always have at least one item selected?
I realize I can do some fiddling with SelectedIndexChanged, keeping
track of what items have been selected and restoring that selection if
the the selected item count drops to zero, but if there's an easier
solution, why go through all that trouble?
always have at least one item selected?
I realize I can do some fiddling with SelectedIndexChanged, keeping
track of what items have been selected and restoring that selection if
the the selected item count drops to zero, but if there's an easier
solution, why go through all that trouble?