diff --git a/Sample Applications/CustomComboBox/MainWindow.xaml b/Sample Applications/CustomComboBox/MainWindow.xaml index 2bf5360cf..1b05e84d5 100644 --- a/Sample Applications/CustomComboBox/MainWindow.xaml +++ b/Sample Applications/CustomComboBox/MainWindow.xaml @@ -21,7 +21,7 @@ ItemsSource="{Binding Movies}" Command="{Binding OnWatchNow}" ItemContainerStyle="{StaticResource MovieItemContainerStyle}" DisplayMemberPath="Title" - IsTabStop="False"/> + IsTabStop="False" Width="160"/> diff --git a/Sample Applications/CustomComboBox/Styles.xaml b/Sample Applications/CustomComboBox/Styles.xaml index 7cd252081..0e351347a 100644 --- a/Sample Applications/CustomComboBox/Styles.xaml +++ b/Sample Applications/CustomComboBox/Styles.xaml @@ -339,7 +339,7 @@ ItemContainerStyle="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=ItemContainerStyle}" DisplayMemberPath="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=DisplayMemberPath}" SelectedValuePath="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=DisplayMemberPath}" - TabIndex="1"> + TabIndex="1" Visibility="Collapsed">