This repository has been archived by the owner on May 1, 2024. It is now read-only.
This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Android] When set to RTL and api > 17 scroll view doesn't update its values on initial load #3675
Closed
Description
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
- Version with issue: 3.2
- Last known good version: never