This question is locked. New answers and comments are not allowed.
I would like to do ScrollToItem in Xamarin Forms for my RadListView. I understand that the RadListView does not expose the method and I will need to create custom renderers on each platform.
Please provide an example of how to expose the method and how do I call that method from the View. Thanks.