[Android] Fix scroll bar visibility set to Always not consistant
Description of Change
On Android the vertical and horizontal scrollbars would fade even if visibility was set to "Always". This was due to not updating the ScrollBarFadingEnabled variable from the scrollViews. Setting this to false when visibility is set to "Always" fixes the issue and makes more sense from developer experience.
Videos
Before fix:
https://github.com/user-attachments/assets/eec5a51c-0c36-4f9f-b7e4-fa22b2c9ab09
After fix:
https://github.com/user-attachments/assets/e350c5d9-8867-4580-ba5e-c6095efc3e39
Issues Fixed
Fixes #24894 Fixes #12760
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Hey @PureWeen could you re-run the azure pipeline again? Did some changes to fix a bug I introduced (scrollBar was always visible when visibility was set to Default).
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Closing this PR for now
I've asked Syncfusion to create a new PR with these changes and tests