maui icon indicating copy to clipboard operation
maui copied to clipboard

[Android] Fix scroll bar visibility set to Always not consistant

Open redducks100 opened this issue 1 year ago • 3 comments

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

redducks100 avatar Sep 24 '24 13:09 redducks100

/azp run

PureWeen avatar Sep 25 '24 22:09 PureWeen

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Sep 25 '24 22:09 azure-pipelines[bot]

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).

redducks100 avatar Oct 28 '24 13:10 redducks100

/azp run

jsuarezruiz avatar Nov 04 '24 14:11 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Nov 04 '24 14:11 azure-pipelines[bot]

Closing this PR for now

I've asked Syncfusion to create a new PR with these changes and tests

PureWeen avatar Feb 03 '25 22:02 PureWeen