Summary
Provide a ListView Scrolled event identical to the ScrollView. This will allow apps to apply animations like parallax on the ListView Header for example.
API Changes
e.g.
In order to facilitate this an Event is added to the ListView called Scrolled with the same event args as a ScrollView.
public event EventHandler<ScrolledEventArgs> Scrolled { add; remove; }
Intended Use Case
This will allow apps to apply animations on scroll like parallax on the ListView Header for example.