wpf datagrid tooltip

Posted 历史的尘埃

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wpf datagrid tooltip相关的知识,希望对你有一定的参考价值。

  <DataGridTemplateColumn Header="购方名称" Width="260" HeaderStyle="{StaticResource DataGridColumnHeaderStyle1}">
                                    <DataGridTemplateColumn.CellTemplate>
                                        <DataTemplate>
                                            <TextBlock Text="{Binding DisplayName}">
                                                <TextBlock.ToolTip>
                                                    <StackPanel>
                                                        <TextBlock Text="{Binding DisplayDetail}"/> 
                                                    </StackPanel>
                                                </TextBlock.ToolTip>
                                            </TextBlock>
                                        </DataTemplate>
                                    </DataGridTemplateColumn.CellTemplate>
                                </DataGridTemplateColumn>

  

以上是关于wpf datagrid tooltip的主要内容,如果未能解决你的问题,请参考以下文章

求wpf代码,鼠标移上列表某列单元格时,用tooltips展示与该单元格数据相关的一个列表(数据是个一集合)

easyui datagrid tooltip

easyui Datagrid方法扩展 - tooltip

Datagrid方法扩展 - tooltip

wpf datagrid cell 设置焦点

Wpf 后台代码 怎么设置datagrid 某一行的背景色