xamarin/Xamarin.Forms

Lisview iOS unable to scroll down to last item

Open

#6,075 opened on May 2, 2019

 (4 comments) (0 reactions) (0 assignees)C# (1,926 forks)batch import
a/listviewe/4 :clock4:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

iOS ListView: Unable to scroll down to last item

Steps to Reproduce

  1. Add a listview with more items than fit on the page
  2. Specify rowheight
  3. Run on iOS

Expected Behavior

Able to scroll down to last item

Actual Behavior

Unbble to scroll down to last item

Basic Information

  • Xamarin.Forms 3.6.0293080
  • Works correct on Android, works incorrect on iOS
  • Workaround: It works correct when you Remove RowHeight and set HasUnevenRows="true"

Screenshots

Reproduction Link

Contributor guide