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
 
What are you trying to accomplish? There's probably a good work around
depending on what you need to do - is it the index you need of the row in
the datatable/datasource?

--
W.G. Ryan MVP Windows - Embedded

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/community/newsgroups
 

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