Handle to the row header column.

  • Thread starter Thread starter Patrick B.
  • Start date Start date
P

Patrick B.

How do I get the bounding rectangle of the row header
column of the DataGrid control? I have tried using the
GetCellBounds with a column value of -1 but an exception
is thrown with an "out of range" index. I also tried 0
for the column but that gives the first editable column in
the grid, not the read-only row header. Any thoughts?
 
Back
Top