I'm trying to line some things up with particular cells on the wingrid, is there some way, that with a row and column number i can find the top / botton / left / right position of that cell? (which will vary as the user scrolls)
Any help appreciated,
-Anthony
Use row.Cells[columnNumber].GetUIElement().ClipRect
All points are grid related, so to get the location in the form coordinates you need to add the grid top left location. To get the screen coordinates use PointToScreen.