When I'm performing scrolling by using these methods:
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?
Set the ScrollBounds property to ScrollToFill.
Mike - Where or how do I set this property. Can't find it in the Designer or Overrides nor in the API !?!?
this.ultraGrid1.DisplayLayout.ScrollBounds = ScrollBounds.ScrollToFill;