2
votes
3answers
2k views
Display Row Tooltip in WPF DataGrid
I'm using a the WPF datagrid from the Microsoft CodePlex project. I have a custom control that I want to databind to a field from the row of the datagrid. I can't for the life of me figure out how …
5
votes
Display Row Tooltip in WPF DataGrid
Figured it out... took me about 6 hours...
For some reason, I can't set the value directly using Value.Setter. If I define the content for the tooltip as a static resource though, and then …
