Reflect the VisualContainer and hook the Scrolled event for ScrollRows. The
ScrollY value in the ScrolledEventArgs is wrongly updated while scrolling.
Reproduce Steps:
Run The attached sample.
Scroll the DataGrid.
e.ScrollY value wrongly updated while scrolling
Observed behavior: The ScrollY value in the ScrolledEventArgs is not matching the scroll offset value of the ScrollView.
Expected behavior: The ScrollY value in the ScrolledEventArgs should be equal to the scroll offset value of the ScrollView.