I think I am stupid. I searched now for 15 minutes, and found several different solutions for scrolling on datagrids, but none seems to work for me.
I am using WPF w
listbox.Add(foo); listbox.SelectedIndex = count - 1; listbox.ScrollIntoView(listbox.SelectedItem); listbox.SelectedIndex = -1;