Have you ever build a chat / timeline like CollectionView? I mean, when scrolled to to bottom (newest item) scroll automatically if you items roll in.
But when scrolled a bit up, hold that scroll position even if the list gets longer in the background.
Is there a good way to do this? Some demo or doc available?
I have some trouble doing that. Scroll position get lost or lost scrolls to bottom always. And if so the animation with new items in iOS is broken sometimes (weird jumping) #dotNetMAUI
I’ve read somewhere like:
⁃ Rotate the CollectionView 180°
⁃ Rotate the item-views 180°
⁃ Now just scroll to top / add new items on top / maybe easier to hold scroll position?
But is this still a thing?