Hi I am new to xamarin. I have two list view and both have check boxes. I want to check on row of a listview 1 and based on that listview 2 will be checked and need to scroll to the checked row of listview2 using view model only. How to implement this. Need helps ASAP
Answers
ScrollTo
Thanks for your reply. How to operate ScrollTo using view model?