I am working on a chat application in WPF using xamarin. forms, here I got stuck at displaying the last item in the list when the conversation view is opened.
I have tried with scrollTo
but it is not working. Is there any renderer or workaround to achieve my requirement?