Set the start scroll ScrollView from the end of the list, that is "on the contrary". To be clearer I would like the listview to scroll from bottom to top
Sleep (1)
scrollviewInstance.ScrollToNow (scrollviewInstance.Panel.Height - scrollviewInstance.Height)
the situation does not change, I would need this result because I have a scrollview in a form landscapeLet's say the name of ScrollView is scrollviewInstance. After you completely filled a scrollview, add following code
B4X:Sleep (1) scrollviewInstance.ScrollToNow (scrollviewInstance.Panel.Height - scrollviewInstance.Height)
now I try again and it works, but I did not put it in Activity created but in a Button_ClickLet's say the name of ScrollView is scrollviewInstance. After you completely filled a scrollview, add following code
B4X:Sleep (1) scrollviewInstance.ScrollToNow (scrollviewInstance.Panel.Height - scrollviewInstance.Height)