DataGrid: determining the first visible row

  • Thread starter Thread starter gkelly
  • Start date Start date
G

gkelly

(I first posted this to
microsoft.public.dotnet.framework.windowsforms.designtime by mistake)

Does anyone know how to determine what the first visible row of a datagrid
is?

I tried a solution that was list on syncfusion but it didnt work.

Any help appreciated.

gkelly
 
It appears that the DataGrid class has a 'firstVisibleRow' data member thas
is private.

any idea why this is private? this would be a very useful value

gkelly
 
Back
Top