码迷,mamicode.com
首页 > Windows程序 > 详细

WPF DataGrid ToolTip显示内容全局样式

时间:2021-05-24 04:13:23      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:grid   资源   data   cell   rop   self   style   arp   elf   

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

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

WPF DataGrid ToolTip显示内容全局样式

标签:grid   资源   data   cell   rop   self   style   arp   elf   

原文地址:https://www.cnblogs.com/Stay627/p/14750581.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!