Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
FirstDisplayedScrollingRowIndex equivalent?
posted

I have browsed wingrid methods searching for something equivalent to this method that's available on the DataGridView, any clues? Thanks

Parents
No Data
Reply
  • 20872
    Suggested Answer
    Offline posted

    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.

     

Children
No Data