Scroll to bottom of Collectionview on iOS #15578
Unanswered
RomanDrechsel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm having problems scrolling to the bottom of a collectionview on iOS.
this.ViewMessages.ScrollTo(this.VM.MessagesList.LastOrDefault(), null, ScrollToPosition.Start, false);
It's scrolling to the last item, but only to the first half of it. On android, it seems to work?!
All of my items have different heights, maybe this could be a problem?
Beta Was this translation helpful? Give feedback.
All reactions