Hi,
I'm trying to make my ScrollView scroll to a specific item after the page has been loaded, I am however not able to do it.
I've tried placing the code in the constructor, which doesn't work and in the OnAppearing method, which also doesn't work.
It does work when I put the code in a Clicked event of a button, so the problem is not with the code.
ScrollViewAgenda.ScrollToAsync (bla,ScrollToPosition.Start,false);
I'm assuming it's trying to run the code before the page has fully loaded/rendered, but I'm not sure and I don't know how to run the code after the page has fully loaded. Could someone please point me in the right direction? I would be very grateful.
Sincerely,
Niels