How to get DataGridView row coordinates?

  • Thread starter Thread starter Richard Lewis Haggard
  • Start date Start date
R

Richard Lewis Haggard

If a DataGridView row's index is known, how can that row's bounds be
determined?
 
Ah. Found it.

Rectangle rc = dataGridView.GetRowDisplayRectangle( rowIndex,
bCutOverFlow );
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top