R Richard Lewis Haggard Jun 27, 2007 #1 If a DataGridView row's index is known, how can that row's bounds be determined?
R Richard Lewis Haggard Jun 27, 2007 #2 Ah. Found it. Rectangle rc = dataGridView.GetRowDisplayRectangle( rowIndex, bCutOverFlow );