aks. wrote:
I reassured the DataGridView's MultiSelect property is true.
Can you (debug).print the amount of rows selected? Kinda hoping that the selection is there, but not correctly shown (think "HideSelection" properties and the likes).
aks. wrote:
I surely need to simulate the actual user selection by PostMessage.
Not really; one does not need to test whether the DataGridView still handles mouse-messages correctly - that part of the code did not change. And it does not "have" to be using windows-messages, you could use the PerformClick method from a button to simulate a mouseclick. Is there anyone looking at the grid and view when the test-suite makes it selection? Or does the test run without supervision?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]