I'm using xamarin forms 4.4. Using ItemsUpdatingScreollMode="KeepLastItemInView"
does not work on UWP as UWP does not support it yet. Is there any workaround useful while they release the newest version?
Ref. collection view progress: https://gist.github.com/hartez/7d0edd4182dbc7de65cebc6c67f72e14
Issue created on Xamarin Forms: https://github.com/xamarin/Xamarin.Forms/issues/9127