How can you get the rows (indexes?) displayed in the grid (for example after scrolling or other action that brings some rows into view)?
Oh, okay. I think you might be able to use something like this:
grid.ActiveRowScrollRegion.VisibleRows
Sorry but this was not my question. I didn't ask about row numbers but about the rows (objects) that are displayed in the grid at any moment in time.
Hi,
Assuming you have the row selectors visible, you could use the RowSelectorNumberStyle property to display row numbers.