I am dynamically adding items to a ListView that I am using as part of a page which is set to be the Master property of my MasterDetailPage. The issue I have is that since the items added exceed the screen height, the default presented position of scroll is at the bottom. Does anyone know the trick to get around this issue?
Thanks.