Skip to content

Commit

Permalink
Merge pull request microsoft#310 from MarkDHarper/1144894
Browse files Browse the repository at this point in the history
Fix for 1144894 remove confusing keyboard-focus behavior in CustomComboBox sample
  • Loading branch information
fabiant3 authored Oct 16, 2020
2 parents 6a17288 + d7f6916 commit fd76629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sample Applications/CustomComboBox/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
HorizontalAlignment="Center" VerticalAlignment="Top"
Style="{StaticResource DropListStyle}"
ItemsSource="{Binding Movies}" Command="{Binding OnWatchNow}"
DisplayMemberPath="Title"/>
DisplayMemberPath="Title"
IsTabStop="False"/>

<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock Text="{Binding SelectedMovie, Converter={StaticResource stringConverter}, ConverterParameter=text}" Style="{DynamicResource streamingTextStyle}"/>
Expand Down

0 comments on commit fd76629

Please sign in to comment.