Possible Duplicate:
How to set tooltip for a ListviewItem
I am converting a Windows Forms application to WPF. I am very new to WPF.
In my application I have a listview. When the user moves the mouse to the items present in the listview I want to show the tooltip text for the highlighted item.
How to do this in WPF?