I have browsed wingrid methods searching for something equivalent to this method that's available on the DataGridView, any clues? Thanks
Hello mchallen,
I believe that you could use RowScrollRegions[0] and set the first row to the desired one like:
ultraGrid1.DisplayLayout.RowScrollRegions[0].FirstRow = ultraGrid1.Rows[desired Row Index here];
Please let me know if you have any further questions with this matter.