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
Labels
i/regression
p/Android
p/iOS 🍎
partner
Issue submitted by partner or related open source project
t/bug 🐛
Description
I have added a list of
Label
's in aStackLayout
and added theStackLayout
in theScrollView
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
ScrollBar
is not visible whenScrollView
gets scrolled.Expected Behavior
ScrollBar
need to be visible when the items are being scrolled inScrollView
.Actual Behavior
ScrollBar
is not visible in view when items are being scrolled.Basic Information
Screenshots
Reproduction Link
GettingStarted.zip
The text was updated successfully, but these errors were encountered: