diff --git a/GUI/MainWindow.xaml.cs b/GUI/MainWindow.xaml.cs index e650699e..6ce175cf 100644 --- a/GUI/MainWindow.xaml.cs +++ b/GUI/MainWindow.xaml.cs @@ -1170,7 +1170,10 @@ namespace GARbro.GUI var index = CurrentDirectory.SelectedIndex + 1; if (index < CurrentDirectory.Items.Count) + { CurrentDirectory.SelectedIndex = index; + CurrentDirectory.ScrollIntoView (CurrentDirectory.SelectedItem); + } } ///