diff --git a/Flow.Launcher/ResultListBox.axaml b/Flow.Launcher/ResultListBox.axaml index f35b4be5c..ab9d5593d 100644 --- a/Flow.Launcher/ResultListBox.axaml +++ b/Flow.Launcher/ResultListBox.axaml @@ -12,12 +12,12 @@ SelectedIndex="{Binding SelectedIndex, Mode=TwoWay}" SelectedItem="{Binding SelectedItem, Mode=TwoWay}" SelectionMode="AlwaysSelected" - AutoScrollToSelectedItem="False" + AutoScrollToSelectedItem="True" IsVisible="{Binding Visibility}" MaxHeight="{Binding MaxHeight}"> -