Can I put Tooltip on a TreeItem?
How?
Hi,
Check this thread: http://community.infragistics.com/forums/p/41176/229858.aspx#229858
You can use the code snippet suggested there with only few changes. The code is for an older version of the control, you will have to remove the "Web" prefixes ("XamWebTreeItem" -> "XamTreeItem").
The essential part is that you need to use ToolTipService on XamTreeItem.
Hope this helps