I have a grid which ItemsSource is bound to a list of string. When I remove an element from the ItemsSource, the ScrollBar moves to the removed element, which is problematic for me.
For example, my grid contains 100 rows. The user is focusing the 100th row. The user gives the order to remove the first row: the ScrollBar moves to the second row.
Is there a way to avoid this behavior?
Thanks