CollectionView scrolling properties #25484
Unanswered
IeuanWalker
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a scrolldown indicator similar to what I have done for the scrollview -
https://github.com/user-attachments/assets/532c5f53-2cf8-437b-b961-6ce9a88645e3
For the scrollview it was pretty straightforward logic -
But CollectionView doesn't seem to have the same properties, and the properties it does have doesn't seem to add up -
which outputs (after scrolling to the bottom of the CollectionView)
e.VerticalOffset
never equals the maximum offset. My only thought is eithere.VerticalOffset
isn't calculated correctly, or the way I'm calculating the totalHeight is incorrectAll I'm trying to do is determine if there are items that are off the screen (below, to scroll down to), so if there is any way to determine that, any guidance would be great
Beta Was this translation helpful? Give feedback.
All reactions