-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] CollectionView ItemsUpdatingScrollMode=KeepLastItemInView not working on UWP #9127
Comments
Hi, I see the same for IOS. Please fix it. |
|
still not working |
Still not working on iOS @davidortinau, @pauldipietro @rmarinho |
Still not working on UWP. XF version - 4.7.0.1080. |
Hmm ... this is still scrolling to the added items on iOS as well (XF 5.0.0.2012). A CarouselView, do they share any parts of their renderer? There is an old closed issue for this on the CarouselView, but it was apparently fixed and merged.
Possibly a regression? This works as expected on Android. |
This is not working for me either on IOS |
I solved this problem now in maui, the same solution also applies to xamarin. |
Description
ItemsUpdatingScrollMode=KeepLastItemInView seems to not work on UWP but works fine on android & iOS.
Steps to Reproduce
Expected Behavior
Items scrolled to if added on end.
Actual Behavior
Items are added but collectionview isn't scrolled automatically.
Basic Information
The text was updated successfully, but these errors were encountered: