Goal:
When you have the cursor in one of of the listview's row, a pop up, with text information, should display.
If you select a new row in the listview a new text information should display.
Problem:
How should I do it? I cannot find a tutorial for it?
Information:
- The size of the popup is the same.
- I'm using C# with WPF.