I've seen many third-party components do this.
In a DataGridView, how do I programmatically (using C#) change the row's background to yellow, but only the row the mouse is hovering over.
I know I need to use the HitTestInfo property of the DataGridView but can't seem to get it to work right. Remember, I want the row's background to change. I don't want the row to be "selected".
Thanks in advance
Ray