<Style TargetType="DataGridCell">
       <Setter Property="ToolTip" Value="{Binding RelativeSource={RelativeSource Self} ,Path=Content.Text}"/>
 </Style>

加入全局样式资源文件即可全局应用。

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2021-05-23
  • 2022-02-02
  • 2021-05-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-07-25
相关资源
相似解决方案