WPF tooltip in MS datagrid
Posted
by klawusel
on Stack Overflow
See other posts from Stack Overflow
or by klawusel
Published on 2009-09-16T14:16:35Z
Indexed on
2010/04/22
9:03 UTC
Read the original article
Hit count: 351
Hi
I show my business objects in a MS datagrid, containing "country", "city", "street", for example. I can set a tooltip for each column showing its content using a style, so I get the "country" as tooltip when hooverinmg over the "country" column and so on.
But I did not succeed 1) to show the content of "country" when hoovering over "city" 2) to show the content of some other property (not even displayed in the datagrid) when hoovering the datagrid
Any clues? Regards
© Stack Overflow or respective owner