We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca428d6 commit 5afd543Copy full SHA for 5afd543
Client.UI/Controls/CardDeck.xaml
@@ -72,7 +72,7 @@
72
</ListView.ItemContainerStyle>
73
<ListView.ItemTemplate>
74
<DataTemplate>
75
- <Image Source="{Binding Image}" ToolTip="{Binding Text}" Width="40" Height="40" Margin="2" />
+ <Image Source="{Binding Image}" ToolTipService.ShowOnDisabled="True" ToolTip="{Binding Text}" Width="40" Height="40" Margin="2" />
76
</DataTemplate>
77
</ListView.ItemTemplate>
78
</ListView>
0 commit comments