diff --git a/src/Toolkit/Toolkit.WPF/UI/Controls/SearchView/SearchView.Theme.xaml b/src/Toolkit/Toolkit.WPF/UI/Controls/SearchView/SearchView.Theme.xaml index 60415d3fb..fc92004e1 100644 --- a/src/Toolkit/Toolkit.WPF/UI/Controls/SearchView/SearchView.Theme.xaml +++ b/src/Toolkit/Toolkit.WPF/UI/Controls/SearchView/SearchView.Theme.xaml @@ -337,7 +337,7 @@ Width="{Binding ElementName=Self, Path=ActualWidth, Mode=OneWay}" HorizontalOffset="-1" IsOpen="{Binding IsSourceSelectOpen, Mode=TwoWay}" - Placement="Left" + Placement="Bottom" PlacementTarget="{Binding ElementName=PopupTarget}" StaysOpen="False"> @@ -391,7 +391,7 @@ Width="{Binding ElementName=Self, Path=ActualWidth, Mode=OneWay}" HorizontalOffset="-1" IsOpen="{Binding SearchViewModel.Suggestions.Count, Mode=OneWay, Converter={StaticResource CollectionIsEmptyToBoolConverter}, ConverterParameter='NotEmpty'}" - Placement="Left" + Placement="Bottom" PlacementTarget="{Binding ElementName=PopupTarget}">