Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was 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

@DineshBabuYadav

Description

@DineshBabuYadav

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions