Reputation: 1733
I know that DataGridView.HitTest
can be used to find an index of a row at a specific point, but how can I find the coordinates of a point somewhere inside a SelectedRow
of a DataGridView
?
Clarification: I need coordinates of a point inside SelectedRow
without mouse click action. The row selection occurs programatically.
Upvotes: 1
Views: 628