I have a ListView with 10 items in it, when i set the 4th item in the ListView as selected then my ListView gets scrolled and 4th item in the ListView gets placed at the top of the screen.
I don’t want to scroll the ListView when i call setSelected() for the list item which is not in the view.
I have also tried to scroll the ListView programmatically using scrollTo(0, 0); but it is not working.
I think it’s hardcoded and thus not possible without scrolling