Hello.
I want to display a window form underneath a datagridview cell as a pop up box. I need to find out the location in screen cordinates where the datagridviewcell is so I can display the winform there. However, my datagridview has a scrollbar, so I cant just simply take the datagridview point to screen and adjust width and height according to row position(I would need to know the scroll position num to offset row position). Is there an easy way to do what I want to do?