我有一些带有工具提示的TextBlock。实际上,这个工具提示功能运行良好。但是,当我在触摸屏中使用此工具提示时,它没有显示。那么,我应该使用其他事件吗?
<TextBlock Margin="5,5,5,0" Text="Is CartridgePrint">
<TextBlock.ToolTip>
<ToolTip Background="White">
<Image HorizontalAlignment="Left" Width="360" Height="200" Source="/Images/ToolTip/ATDPS5_OptionIO_ToolTip_CartridgePrintr.png" />
</ToolTip>
</TextBlock.ToolTip>
</TextBlock>