Skip to content

Commit

Permalink
Merge pull request #51 from marcelgoldstein/ListView_KeyboardTooltips…
Browse files Browse the repository at this point in the history
…_disable

solves #50
  • Loading branch information
marcelgoldstein authored Jul 22, 2022
2 parents 810506f + 942348a commit 97fef9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ImageChecker/View/ResultView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
<DataGridTextColumn.CellStyle>
<Style TargetType="DataGridCell">
<Setter Property="ToolTip" Value="{Binding FileA.File.FullName, Mode=OneWay}" />
<Setter Property="ToolTipService.ShowsToolTipOnKeyboardFocus" Value="False" />
</Style>
</DataGridTextColumn.CellStyle>
</DataGridTextColumn>
Expand All @@ -222,6 +223,7 @@
<DataGridTextColumn.CellStyle>
<Style TargetType="DataGridCell">
<Setter Property="ToolTip" Value="{Binding FileB.File.FullName, Mode=OneWay}" />
<Setter Property="ToolTipService.ShowsToolTipOnKeyboardFocus" Value="False" />
</Style>
</DataGridTextColumn.CellStyle>
</DataGridTextColumn>
Expand Down

0 comments on commit 97fef9b

Please sign in to comment.