Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] ScrollBar is not visible from Xamarin Forms v3.5.0.129452 in Android platform #7574

Closed
DineshBabuYadav opened this issue Sep 18, 2019 · 7 comments
Assignees
Labels
i/regression p/Android p/iOS 🍎 partner Issue submitted by partner or related open source project t/bug 🐛

Comments

@DineshBabuYadav
Copy link

Description

I have added a list of Label's in a StackLayout and added the StackLayout in the ScrollView and performed scrolling by gesture action. Until the Xamarin Forms v3.4.0.1039999, ScrollBar gets visible while scrolling the items. But after upgrading the Xamarin Forms v3.5.0.129452 and above, ScrollBar is not visible in Android platform while scrolling.

After further analyzing the Xamarin Source, found that due to the following pull request, it gets break i.e., [Android] ScrollViewRenderer now inherits from NestedScrollView.

#4522

Steps to Reproduce

  1. Run the attached sample in Android platform.
  2. Scroll the items in the view by gesture action.
  3. Note that ScrollBar is not visible when ScrollView gets scrolled.

Expected Behavior

ScrollBar need to be visible when the items are being scrolled in ScrollView.

Actual Behavior

ScrollBar is not visible in view when items are being scrolled.

Basic Information

  • Version with issue: XF v3.5.0.129452 and above.
  • Last known good version: XF v3.4.0.1039999

Screenshots

XF v3 4 0 1039999
XF v3 5 0 129452

Reproduction Link

GettingStarted.zip

@DineshBabuYadav DineshBabuYadav added s/unverified New report that has yet to be verified t/bug 🐛 labels Sep 18, 2019
@DineshBabuYadav
Copy link
Author

Additionally, We have already logged a bug report regarding Horizontal and Vertical scrollbar as always visible for ScrollView is not working issue in the below report.

#1596

Can you please check this and revert us?

Note: I work for Syncfusion

@samhouts samhouts added i/regression p/Android partner Issue submitted by partner or related open source project labels Sep 18, 2019
@hartez hartez removed the s/unverified New report that has yet to be verified label Sep 20, 2019
@hartez
Copy link
Contributor

hartez commented Sep 20, 2019

`VerticalScrollBarVisibility="Always" doesn't seem to be working on Android or iOS.

@syncsiva
Copy link
Contributor

syncsiva commented Oct 7, 2019

Hi Team, Can you update us on this issue?

@PureWeen
Copy link
Contributor

PureWeen commented Nov 5, 2019

@DineshBabuYadav if you try the latest nightly is this fixed?

I think this might be resolved by
#8090

@PureWeen PureWeen self-assigned this Nov 5, 2019
@thisismyself
Copy link

@PureWeen
I am testing the XF 4.4.0.991210-pre2 right now. Issue seems to be resolved for my case. I have a ScrollView containing a Grid. Scrollbar appears when I start scrolling. Only tested on emulator, cannot use device this week.

Might be related: Scrolling in the CollectionView still does not show a scrollbar.

@PureWeen
Copy link
Contributor

Closing for now @DineshBabuYadav let me know if you want me to reopen

@syncsiva
Copy link
Contributor

@PureWeen @samhouts Thanks. The issue has been fixed with https://www.nuget.org/packages/Xamarin.Forms/4.4.0.991265

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
i/regression p/Android p/iOS 🍎 partner Issue submitted by partner or related open source project t/bug 🐛
Projects
None yet
Development

No branches or pull requests

6 participants