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
1325
Scroll to the last row
posted

When I'm performing scrolling by using these methods:

  • UltraGrid.PerformAction(UltraGridAction.LastRowInGrid) 
  • UltraGrid.DisplayLayout.RowScrollRegions[0].ScrollRowIntoView()
  • UltraGrid1.DisplayLayout.RowScrollRegions[0].Scroll(RowScrollAction.Bottom)

Scrolling is done in this way:

 

 But I want it to be like this (last row at the bottom of a grid):

Is it possible somehow to achieve?

Top Replies