-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ListView in Xamarin Forms 4 With Shell in Android not Scrolling #6381
Comments
Just ran into this issue, seems to be somewhat of a result of the following code being added to
For now i'm using this solution as a workaround. If you create a custom renderer for your
Hope this helps someone. |
IsPullToRefresh=false, solved the issue, but I hope the team can solve that soon |
@adrianknight89 @moustafashaban @YovanyTabares I wasn't able to recreate this issue. That being said Should fix whatever ListView woes you are having. If you have a reproduction of your issue with ListView not scrolling that would be helpful to ensure that I did indeed address your scenario. I tested creating a basic ListView, setting IsPullToRefresh to true and I never encountered any scrolling issues |
@PureWeen For now, I'm using @King-Xero's workaround to fix my ListView scrolling issues. I'll test it all again after #7032 is merged and let you know. |
closed by #7032 |
Description
ListView in Xamarin Forms 4 With Shell in Android not Scrolling
Steps to Reproduce
Expected Behavior
ListView Scrolling
Actual Behavior
Basic Information
Version with issue: Xamarin Forms 4.0
Platform Target Frameworks:
The text was updated successfully, but these errors were encountered: