How can I show only Icons or Buttons in a ListView's row, when the mouse is over that row?
If I insert a MouseRegion into the Row, Buttons are shown in each row
when the mouse enters the ListView's area.
If the mouse leaves ListView's area, Buttons are hidden everywhere.
However, I would like this to happen only in the line above which the mouse is positioned ...