Skip to content

Commit

Permalink
disable the WPF ComboBox Search behavior in Rename popup
Browse files Browse the repository at this point in the history
  • Loading branch information
AmadeusW committed Feb 21, 2025
1 parent a0da860 commit 9064a3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ItemsSource="{Binding SuggestedNames}"
StaysOpenOnEdit="True"
IsEditable="True"
IsTextSearchEnabled="False"
Style="{StaticResource {x:Static vsfx:VsResourceKeys.ComboBoxStyleKey}}"
GotKeyboardFocus="ComboBox_GotKeyboardFocus"
VirtualizingStackPanel.IsVirtualizing="True"
Expand Down

0 comments on commit 9064a3d

Please sign in to comment.