I have a groupby column (set programmatically), and if you are looking at some data, if new data is added with a new groupby column value, it places the data above you and adds a scroll bar (and is very not obvious the new data is there). There is a gap from current data to end of grid. If you scroll up, scrollbar disappears and it all fits on one screen now.
Is there any way to change this behavior?
This seemed to work, randomly found it:
.ScrollToFill;
.Immediate;