I have a Xamarin.Forms.ListView
that contains events that are grouped by date. There are events that occur in future and events that occur in the past.
Users would like to have their screen load with a future event closest to the current date in view so that they do not need to manually scroll down to view it.
What options do I have with a Xamarin.Forms.ListView
to accomplish this for iOS and Android users?
Sorry this should have been a question not a discussion