I am using the MVVM pattern, I have a view which creates a new ViewModel, after the user clicks save, this view is closed and a seperate view is opened which di
ViewModel
This might not apply for WPF, but in WinForms the code is similar to lstData.EnsureVisible(itemIndex);
lstData.EnsureVisible(itemIndex);