You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
When a scrollview on Android is set to RTL it will automatically start scrolled all the way to the right as its natural position. The effect this has on the SxrollView on the Forms side of things needs to reflect this behavior so it has accurate values.
Steps to Reproduce
Run Issue3000
Notice that Scrolled event never fires and X and Y are never set
Expected Behavior
Scrolled event should fire so cross platform control is aware that ScrollX and SCrollY changed
Description
When a scrollview on Android is set to RTL it will automatically start scrolled all the way to the right as its natural position. The effect this has on the SxrollView on the Forms side of things needs to reflect this behavior so it has accurate values.
Steps to Reproduce
Run Issue3000
Notice that Scrolled event never fires and X and Y are never set
Expected Behavior
Scrolled event should fire so cross platform control is aware that ScrollX and SCrollY changed
Actual Behavior
nothing happens
Basic Information