In short, the exact effect I'm trying to achieve is that of the following scenario:
You have a DataGridView with a couple of rows and the DataGridView.MultiSelect property set to true.
If you hold CTRL and click on rows, you can not only select rows, but even deselect the ones already selected - but you cannot do it without holding control.
How do I achieve a similar affect?
When I click on multiple DataGridView rows (individually), the DataGridView selections behaves as if the CTRL button is clicked.
If that is not possible (I've seen it on another project :() then how can it be made that DataGridViewRows are selected on one click, and deselected if not already selected?